nn::math::PivotDirection Enumerated Type

Syntax

enum PivotDirection;

Value

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

Description

Enumerated type for specifying the rotation matrix to multiply the projection matrix by.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL