warp-grid
    Preparing search index...

    Type Alias InterpolateLineU

    InterpolateLineU: (
        boundingCurves: BoundingCurves,
        params: InterpolationParamsU,
        interpolatePointOnCurveU: InterpolatePointOnCurve,
        interpolatePointOnCurveV: InterpolatePointOnCurve,
    ) => Curve

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

    Type declaration