nn::math::MTX34::SetupCameraRotate Member Function

Syntax

self_type & SetupCameraRotate(
     const VEC3 & camPos,
     const VEC3 & camRotateDeg
);

Parameters

Name Description
in camPos Pointer to vector that specifies the camera position.
in camRotateDeg Pointer to vector that specifies the amount of camera rotation. In units of degrees.

Return Values

Description

Sets the camera matrix.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL