coons-patch
    Preparing search index...

    Type Alias InterpolatePointOnCurve

    InterpolatePointOnCurve: (t: number, curve: Curve) => Point

    Type definition for a function that interpolates a point on a curve.

    Type declaration

      • (t: number, curve: Curve): Point
      • Parameters

        • t: number

          The interpolation parameter, between 0 and 1

        • curve: Curve

          The curve to interpolate along

        Returns Point

        A point on the curve at parameter t