Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/math/
Dmath_Vector2.h329 VEC2Dot(const VEC2* p1, const VEC2* p2) in VEC2Dot() function
396 inline f32 VEC2Dot(const VEC2& v1, const VEC2& v2) { return VEC2Dot(&v1, &v2); } in VEC2Dot() function