nn::math::VEC3IsZero Function
NN_MATH_INLINE bool VEC3IsZero(
const VEC3 * 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