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

Syntax

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

Arguments

Name Description
in camPos Pointer to vector that specifies the camera position.
in camUp Pointer to vector that specifies the camera's upward direction.
in target Pointer to the vector that specifies the camera's look-at point.

Return Values

Description

Sets the camera matrix.


CONFIDENTIAL