Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Vector2.h353 VEC2LenSq(const VEC2* p) in VEC2LenSq() function
405 inline f32 VEC2LenSq(const VEC2& v) { return VEC2LenSq( &v ); } in VEC2LenSq() function