Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector2.h114 NN_MATH_INLINE VEC2* VEC2Maximize(VEC2* pOut, const VEC2* p1, const VEC2* p2);
351 return *VEC2Maximize(this, &lhs, &rhs); in Maximize()
506 inline VEC2* VEC2Maximize(VEC2* pOut, const VEC2& v1, const VEC2& v2) { return VEC2Maximize( pOut, … in VEC2Maximize() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector2.ipp29 VEC2Maximize(VEC2* pOut, const VEC2* p1, const VEC2* p2)