Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector3.h48 inline f32 VEC3Len(const VEC3* p);
155 f32 Length() const { return VEC3Len(this); } in Length()
378 VEC3Len(const VEC3* p) in VEC3Len() function
476 inline f32 VEC3Len(const VEC3& v) { return VEC3Len( &v ); } in VEC3Len() function