Represents an orientation using an up and forward vector.
up
forward
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
up
andforward
vector.