nn::math::MTX44Pivot Function

Syntax

NN_FORCE_INLINE MTX44 * MTX44Pivot(
     MTX44 * pOut,
     PivotDirection pivot
);

Parameters

Name Description
in pOut Pointer to the matrix to rotate.
in pivot Direction of screen rotation.

Return Values

Returns pOut.

Description

Rotates the specified projection matrix in the direction the screen is facing.


CONFIDENTIAL