nn::math::VEC4IsZero Function

Syntax

NN_MATH_INLINE bool VEC4IsZero(
     const VEC4 * p
);

Arguments

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