SetupLookAt

nn::math::MTX34::SetupLookAt Member Function

Syntax

self_type & SetupLookAt(
     const VEC3 & camPos,
     const VEC3 & camUp,
     const VEC3 & target
);

self_type & SetupLookAt(
     const VEC3 & camPos,
     f32 twistDeg,
     const VEC3 & target
);

List of Overloaded Member Functions

SetupLookAt(const VEC3 &, const VEC3 &, const VEC3 &) Sets the camera matrix.
SetupLookAt(const VEC3 &, f32, const VEC3 &) Sets the camera matrix.

Description of SetupLookAt(const VEC3 &, const VEC3 &, const VEC3 &)

Sets the camera matrix.

Description of SetupLookAt(const VEC3 &, f32, const VEC3 &)

Sets the camera matrix.


CONFIDENTIAL