nn::math::MTX33ToMTX34 Function

Syntax

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

Parameters

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 3x3 matrix to a 3x4 matrix.


CONFIDENTIAL