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