Searched refs:VEC3IsZero (Results 1 – 2 of 2) sorted by relevance
88 NN_MATH_INLINE bool VEC3IsZero(const VEC3* p);421 bool IsZero() const { return VEC3IsZero(this); } in IsZero()561 inline bool VEC3IsZero(const VEC3& v){ return VEC3IsZero( &v ); } in VEC3IsZero() function
46 VEC3IsZero(const VEC3* p)