Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector2.h460 VEC2Dot(const VEC2* p1, const VEC2* p2) in VEC2Dot() function
501 inline f32 VEC2Dot(const VEC2& v1, const VEC2& v2) { return VEC2Dot(&v1, &v2); } in VEC2Dot() function