nw::math::MTX34CameraRotateRad Function

Syntax

NW_MATH_INLINE MTX34 * MTX34CameraRotateRad(
     MTX34*       pOut,
     const VEC3* pCamPos,
     const VEC3 * pCamRotate
);

Arguments

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 pCamRotate Pointer to vector that specifies the amount of camera rotation in units of radians.

Return Values

Returns pOut.

Description

Sets the camera matrix.


CONFIDENTIAL