nn::math::MTX34CameraRotate FunctionNN_FORCE_INLINE MTX34 * MTX34CameraRotate( MTX34 * pOut, const VEC3 * pCamPos, const VEC3 * pCamRotateDeg );
| Name | Description | |
|---|---|---|
| out | pOut | Pointer to the buffer that receives the result of the calculation. |
| in | pCamPos | Pointer to vector that specifies the camera position. |
| in | pCamRotateDeg | Pointer to vector that specifies the amount of camera rotation. In units of degrees. |
Sets the camera matrix.
CONFIDENTIAL