nn::math::VEC3IsZero Function

Syntax

NN_MATH_INLINE bool VEC3IsZero(
     const VEC3 * p
);

Parameters

Name Description
in p Pointer to the vector to evaluate.

Return Values

Returns true if p is a zero vector and false otherwise.

Description

Determines whether a vector is the zero vector.


CONFIDENTIAL