nn::math::MTX34ToMTX33 Function

Syntax

NN_MATH_INLINE MTX33 * MTX34ToMTX33(
     MTX33 * pOut,
     const MTX34 * pM
);

Arguments

Name Description
out pOut Pointer to the matrix to which to copy the data.
in pM Pointer to the matrix from which to copy the data.

Return Values

Returns pOut.

Description

Copies a 3x4 matrix to a 3x3 matrix.


CONFIDENTIAL