• Used internally by CubicBezierCurve3 and CubicBezierCurve.

    Parameters

    • t: number

      Interpolation weight. Expects a Float

    • p0: number

      Expects a Float

    • p1: number

      Expects a Float

    • p2: number

      Expects a Float

    • p3: number

      P0, p1, p2, the starting, control(twice) and end points defining the curve. Expects a Float

    Returns number