Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h33 NN_MATH_INLINE bool VEC4IsZero(const VEC4* p);
229 bool IsZero() const { return VEC4IsZero(this); } in IsZero()
257 inline bool VEC4IsZero(const VEC4& v){ return VEC4IsZero( &v ); } in VEC4IsZero() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp35 VEC4IsZero(const VEC4* p)