Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector2.h125 NN_MATH_INLINE VEC2* VEC2Minimize(VEC2* pOut, const VEC2* p1, const VEC2* p2);
360 return *VEC2Minimize(this, &lhs, &rhs); in Minimize()
507 inline VEC2* VEC2Minimize(VEC2* pOut, const VEC2& v1, const VEC2& v2) { return VEC2Minimize( pOut, … in VEC2Minimize() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector2.ipp38 VEC2Minimize(VEC2* pOut, const VEC2* p1, const VEC2* p2)