nn::math::VEC4IsZero Function
NN_MATH_INLINE bool VEC4IsZero(
const VEC4 * p
);
| Name | Description | |
|---|---|---|
| in | p | Pointer to the vector to evaluate. |
true if p is a zero vector and false otherwise. Determines whether a vector is the zero vector.
CONFIDENTIAL