Home
last modified time | relevance | path

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

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