nn::math::MTX34Copy Function

Syntax

NN_MATH_INLINE MTX34 * MTX34Copy(
     MTX34 * pOut,
     const MTX34 * 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