Home
last modified time | relevance | path

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

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