Home
last modified time | relevance | path

Searched refs:VEC3Cross (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector3.h37 NN_MATH_INLINE VEC3* VEC3Cross(VEC3* pOut, const VEC3* p1, const VEC3* p2);
204 return *VEC3Cross(this, &lhs, &rhs); in Cross()
465 inline VEC3* VEC3Cross(VEC3* pOut, const VEC3& v1, const VEC3& v2) { return VEC3Cross( pOut, &v1, &… in VEC3Cross() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Vector3.ipp95 VEC3Cross(VEC3* pOut, const VEC3* p1, const VEC3* p2)
/CTR-SDK-0.14.4/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp980 VEC3Cross(&vRight, pCamUp, &vLook);
985 VEC3Cross(&vUp, &vLook, &vRight);
1161 VEC3Cross(&u, &lookReverse, &r);
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp40 VEC3Normalize(&N, VEC3Cross(&v2, &v0, &v1)); in Set()