Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h94 NN_MATH_INLINE f32 VEC4Len(const VEC4* p);
346 f32 Length() const { return VEC4Len(this); } in Length()
459 inline f32 VEC4Len(const VEC4& v) { return VEC4Len( &v ); } in VEC4Len() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector4.ipp60 VEC4Len(const VEC4* p)