nn::math::MTX43Copy Function

Syntax

NN_MATH_INLINE MTX43 * MTX43Copy(
     MTX43 * pOut,
     const MTX43 * 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 matrix.


CONFIDENTIAL