nn::math::MTX34RotXYZDeg Function

Syntax

NN_MATH_INLINE MTX34 * MTX34RotXYZDeg(
     MTX34 * pOut,
     f32 fDegX,
     f32 fDegY,
     f32 fDegZ
);

Parameters

Name Description
out pOut Pointer to the buffer that receives the result of the calculation.
in fDegX Angle around the X-axis in units for which one complete revolution is defined as equal to 360.0 units.
in fDegY Angle around the Y-axis in units for which one complete revolution is defined as equal to 360.0 units.
in fDegZ Angle around the Z-axis in units for which one complete revolution is defined as equal to 360.0 units.

Return Values

Returns pOut.

Description

Creates a rotation matrix.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL