cacophony
    Preparing search index...

    Type Alias Orientation

    Represents the orientation of an object in 3D space.

    type Orientation = {
        forward: Position;
        up: Position;
    }
    Index
    forward: Position

    The forward direction of the object.

    The up direction of the object.