nn::math::MTX22Copy Function

Syntax

NN_MATH_INLINE MTX22 * MTX22Copy(
     MTX22 * pOut,
     const MTX22 * p
);

Parameters

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 2x2 matrix.


CONFIDENTIAL