Home
last modified time | relevance | path

Searched defs:VEC3SquareLen (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Vector3.h373 VEC3SquareLen(const VEC3* p) in VEC3SquareLen() function
485 inline f32 VEC3SquareLen(const VEC3& v) { return VEC3SquareLen( &v ); } in VEC3SquareLen() function