nn::math::MTX44Copy Function

Syntax

NN_MATH_INLINE MTX44 * MTX44Copy(
     MTX44 * pOut,
     const MTX44 * 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