Represents an orientation using an up and forward vector.
up
forward
The up orientation vector.
The forward orientation vector.
Readonly
Static
A default orientation where the up vector points up is represented as [0, 1, 0] and forward is represented as [0, 0, -1].
[0, 1, 0]
[0, 0, -1]
A rotation matrix for this orientation.
Represents an orientation using an
upandforwardvector.