nn::math::PivotDirection Enumerated Typeenum PivotDirection;
| Value | Description |
|---|---|
PIVOT_NONE |
No rotation. |
PIVOT_UPSIDE_TO_TOP |
Rotates so that the camera's upward direction points in the screen's upward direction. |
PIVOT_UPSIDE_TO_RIGHT |
Rotates so that the camera's upward direction points in the screen's rightward direction. |
PIVOT_UPSIDE_TO_BOTTOM |
Rotates so that the camera's upward direction points in the screen's downward direction. |
PIVOT_UPSIDE_TO_LEFT |
Rotates so that the camera's upward direction points in the screen's leftward direction. |
PIVOT_NUM |
Enumerated type for specifying the rotation matrix to multiply the projection matrix by.
CONFIDENTIAL