nn::math::MTX34LookAt Function

Syntax

NN_MATH_INLINE MTX34 * MTX34LookAt(
     MTX34 * pOut,
     const VEC3 * pCamPos,
     const VEC3 * pCamUp,
     const VEC3 * pTarget
);

NN_MATH_INLINE MTX34 * MTX34LookAt(
     MTX34 * pOut,
     const VEC3 * pCamPos,
     f32 twistDeg,
     const VEC3 * pTarget
);

List of Overloaded Member Functions

MTX34LookAt(MTX34 *, const VEC3 *, const VEC3 *, const VEC3 *) Sets the camera matrix.
MTX34LookAt(MTX34 *, const VEC3 *, f32, const VEC3 *) Sets the camera matrix.

Description of MTX34LookAt(MTX34 *, const VEC3 *, const VEC3 *, const VEC3 *)

Sets the camera matrix.

Description of MTX34LookAt(MTX34 *, const VEC3 *, f32, const VEC3 *)

Sets the camera matrix.


CONFIDENTIAL