nn::math::VEC4IsZeroWOne Function

Syntax

NN_MATH_INLINE bool VEC4IsZeroWOne(
     const VEC4 * 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 in homogeneous coordinates.


CONFIDENTIAL