Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Vector4.h45 NN_MATH_INLINE f32 VEC4DistSq(const VEC4* p1, const VEC4* p2);
186 return VEC4DistSq(this, &vec); in DistanceSquare()
269 inline f32 VEC4DistSq(const VEC4& v1, const VEC4& v2) { return VEC4DistSq( &v1, &v2 ); } in VEC4DistSq() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp251 VEC4DistSq(const VEC4* p1, const VEC4* p2)