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

Syntax

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

Arguments

Name Description
in camPos Pointer to vector that specifies the camera position.
in twistDeg Angle of rotation around the camera's line of sight. In units of degrees.
in target Pointer to the vector that specifies the camera's look-at point.

Return Values

Description

Sets the camera matrix.


CONFIDENTIAL