Class LinearPath3

Hierarchy

  • LinearPath3

Constructors

Properties

Methods

Constructors

Properties

controlPoints: Vector3[]

Methods

  • Calculates a point along the linear path

    Returns

    The calculated point, or null if the segment index is out of bounds

    Parameters

    • segment: number

      The segment index of the linear path

    • t: number

      A float value in the range [0, 1]

    Returns null | Vector3

Generated using TypeDoc