Searched refs:VEC3IsZero (Results 1 – 2 of 2) sorted by relevance
34 NN_MATH_INLINE bool VEC3IsZero(const VEC3* p);231 bool IsZero() const { return VEC3IsZero(this); } in IsZero()462 inline bool VEC3IsZero(const VEC3& v){ return VEC3IsZero( &v ); } in VEC3IsZero() function
38 VEC3IsZero(const VEC3* p)