nn::math::MTX23Copy Function

Syntax

NN_MATH_INLINE MTX23 * MTX23Copy(
     MTX23 * pOut,
     const MTX23 * p
);

Arguments

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

Return Values

Returns pOut.

Description

Copies a 2x3 matrix.


CONFIDENTIAL