nn::math::MTX22Zero Function

Syntax

NN_MATH_INLINE MTX22 * MTX22Zero(
     MTX22 * pOut
);

Parameters

Name Description
out pOut Pointer to the buffer that stores the zero matrix.

Return Values

Returns pOut.

Description

Creates a zero matrix.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL