Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Vector2.h370 VEC2DistSq(const VEC2* p1, const VEC2* p2) { VEC2 tmp; return VEC2LenSq(VEC2Sub(&tmp, p1, p2)); } in VEC2DistSq() function
399 inline f32 VEC2DistSq(const VEC2& v1, const VEC2& v2) { return VEC2DistSq( &v1, &v2 ); } in VEC2DistSq() function