nn::math::MTX22ToMTX23 Function

Syntax

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


CONFIDENTIAL