Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/math/
Dmath_Vector2.h359 VEC2Len(const VEC2* p) { return FSqrt(p->x * p->x + p->y * p->y); } in VEC2Len() function
398 inline f32 VEC2Len(const VEC2& v) { return VEC2Len( &v ); } in VEC2Len() function