Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector3.h131 NN_MATH_INLINE VEC3* VEC3Minimize(VEC3* pOut, const VEC3* p1, const VEC3* p2);
385 return *VEC3Minimize(this, &lhs, &rhs); in Minimize()
563 inline VEC3* VEC3Minimize(VEC3* pOut, const VEC3& v1, const VEC3& v2) { return VEC3Minimize( pOut, … in VEC3Minimize() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector3.ipp62 VEC3Minimize(VEC3* pOut, const VEC3* p1, const VEC3* p2)