warp-grid
    Preparing search index...

    Type Alias InterpolateLineV

    InterpolateLineV: (
        boundingCurves: BoundingCurves,
        params: InterpolationParamsV,
        interpolatePointOnCurveU: InterpolatePointOnCurve,
        interpolatePointOnCurveV: InterpolatePointOnCurve,
    ) => Curve

    Interpolates a line in the V direction between two bounding curves.

    Type declaration