Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector2.h410 VEC2Add(VEC2* pOut, const VEC2* p1, const VEC2* p2) in VEC2Add() function
496 inline VEC2* VEC2Add(VEC2* pOut, const VEC2& p1, const VEC2& p2) { return VEC2Add(pOut, &p1, &p2); } in VEC2Add() function