nw::math::MTX34CameraRotateRad Function
NW_MATH_INLINE MTX34 * MTX34CameraRotateRad(
MTX34* pOut,
const VEC3* pCamPos,
const VEC3 * pCamRotate
);
| 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. |
Sets the camera matrix.
CONFIDENTIAL