Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector2.h36 NN_MATH_INLINE VEC2* VEC2Minimize(VEC2* pOut, const VEC2* p1, const VEC2* p2);
180 return *VEC2Minimize(this, &lhs, &rhs); in Minimize()
402 inline VEC2* VEC2Minimize(VEC2* pOut, const VEC2& v1, const VEC2& v2) { return VEC2Minimize( pOut, … in VEC2Minimize() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Vector2.ipp70 VEC2Minimize(VEC2* pOut, const VEC2* p1, const VEC2* p2)