Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector3.h35 NN_MATH_INLINE VEC3* VEC3Maximize(VEC3* pOut, const VEC3* p1, const VEC3* p2);
186 return *VEC3Maximize(this, &lhs, &rhs); in Maximize()
463 inline VEC3* VEC3Maximize(VEC3* pOut, const VEC3& v1, const VEC3& v2) { return VEC3Maximize( pOut, … in VEC3Maximize() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Vector3.ipp53 VEC3Maximize(VEC3* pOut, const VEC3* p1, const VEC3* p2)