nn::math::MTX23Identity Function

Syntax

NN_MATH_INLINE MTX23 * MTX23Identity(
     MTX23 * pOut
);

Arguments

Name Description
out pOut Pointer to the buffer in which to store the identity matrix.

Return Values

Returns pOut.

Description

Creates a 2x3 identity matrix.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL