Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h158 f32 LenSq() const { return VEC4LenSq(this); } in LenSq() function
Dmath_Vector2.h134 f32 LenSq() const { return x * x + y * y; } in LenSq() function
Dmath_Vector3.h149 f32 LenSq() const { return VEC3SquareLen(this); } in LenSq() function