nn::math::MTX23ToMTX22 Function

Syntax

NN_MATH_INLINE MTX22 * MTX23ToMTX22(
     MTX22 * pOut,
     const MTX23 * 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 2x3 matrix to a 2x2 matrix.


CONFIDENTIAL