nn::math::QUATToMTX34Partially Function

Syntax

NN_FORCE_INLINE MTX34 * QUATToMTX34Partially(
     MTX34 * pOut,
     const QUAT * pQ
);

Parameters

Name Description
out pOut Pointer to the buffer that receives the result of the calculation.
in pQ Pointer to the original quaternion.

Return Values

Returns pOut.

Description

Creates a rotation matrix from a quaternion and applies only the rotation-related elements of the specified matrix.

Revision History

2012/04/26
Initial version.

CONFIDENTIAL