Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h42 NN_MATH_INLINE f32 VEC4Len(const VEC4* p);
164 f32 Length() const { return VEC4Len(this); } in Length()
266 inline f32 VEC4Len(const VEC4& v) { return VEC4Len( &v ); } in VEC4Len() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp190 f32 VEC4Len(const VEC4* p)