Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Vector4.h166 f32 LenSq() const { return VEC4LenSq(this); } in LenSq() function
Dmath_Vector2.h142 f32 LenSq() const { return x * x + y * y; } in LenSq() function
Dmath_Vector3.h157 f32 LenSq() const { return VEC3SquareLen(this); } in LenSq() function