Searched refs:VEC2IsZero (Results 1 – 2 of 2) sorted by relevance
31 NN_MATH_INLINE bool VEC2IsZero(const VEC2* p);205 bool IsZero() const { return VEC2IsZero(this); } in IsZero()390 inline bool VEC2IsZero(const VEC2& v){ return VEC2IsZero( &v ); } in VEC2IsZero() function
36 VEC2IsZero(const VEC2* p)