nn::math::MTX34RotXYZFIdx Function

Syntax

NN_FORCE_INLINE MTX34 * MTX34RotXYZFIdx(
     MTX34 * pOut,
     f32 fIdxX,
     f32 fIdxY,
     f32 fIdxZ
);

Parameters

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

Return Values

Returns pOut.

Description

Creates a rotation matrix.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL