Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector2.h253 VEC2Sub(VEC2* pOut, const VEC2* p1, const VEC2* p2) in VEC2Sub() function
370 VEC2DistSq(const VEC2* p1, const VEC2* p2) { VEC2 tmp; return VEC2LenSq(VEC2Sub(&tmp, p1, p2)); } in VEC2DistSq()
392 inline VEC2* VEC2Sub(VEC2* pOut, const VEC2& v1, const VEC2& v2) { return VEC2Sub(pOut, &v1, &v2); } in VEC2Sub() function