Type alias Orientation

Orientation: {
    forward: Position;
    up: Position;
}

Represents the orientation of an object in 3D space.

Type declaration