nn::math::QUATToMTX34 Function

Syntax

NN_MATH_INLINE MTX34 * QUATToMTX34(
     MTX34 * pOut,
     const QUAT * p
);

Arguments

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

Return Values

Returns pOut.

Description

Creates a rotation matrix from a quaternion.


CONFIDENTIAL