A 3D line made up of CFrame positions (referred to as points).

Assumes points (CFrame positions) are equidistance from each other. This is defined by distanceBetweenPoints. Used primarily for coasters.

Hierarchy

Constructors

Properties

circuitRemainder: number
distanceBetweenPoints: number
isCircuited: boolean
length: number
lengthWithoutCircuitRemainder: number
name: string
points: CFrame[]

Methods

  • Returns a CFrame in world space based on a 1-dimensional value (Track Position)

    Returns

    CFrame

    Parameters

    • position: number

      A 1-D value used to get the 3D value

    Returns CFrame

Generated using TypeDoc