Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h340 f32 LenSq() const { return VEC4LenSq(this); } in LenSq() function
Dmath_Vector2.h314 f32 LenSq() const { return x * x + y * y; } in LenSq() function
Dmath_Vector3.h339 f32 LenSq() const { return VEC3SquareLen(this); } in LenSq() function