Searched refs:VEC3Mult (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/ |
| D | math_Vector3.h | 44 inline VEC3* VEC3Mult(VEC3* pOut, const VEC3* p1, const VEC3* p2); 113 … self_type& operator *= (const self_type& rhs) { (void)VEC3Mult(this, this, &rhs); return *this; } 297 VEC3Mult(VEC3* pOut, const VEC3* p1, const VEC3* p2) in VEC3Mult() function 472 inline VEC3* VEC3Mult(VEC3* pOut, const VEC3& v1, const VEC3& v2) { return VEC3Mult( pOut, &v1, &v2… in VEC3Mult() function
|