MTX23RotFIdx

nn::math::MTX23RotFIdx Function

Syntax

NN_MATH_INLINE MTX23 * MTX23RotFIdx(
     MTX23 * pOut,
     f32 fIdx
);

Parameters

Name Description
out pOut Pointer to the buffer that receives the result of the calculation.
in fIdx Angle 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