Home
last modified time | relevance | path

Searched refs:VEC3IsZero (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector3.h88 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
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector3.ipp46 VEC3IsZero(const VEC3* p)