Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector3.h59 NN_MATH_INLINE VEC3* VEC3Cross(VEC3* pOut, const VEC3* p1, const VEC3* p2);
394 return *VEC3Cross(this, &lhs, &rhs); in Cross()
564 inline VEC3* VEC3Cross(VEC3* pOut, const VEC3& v1, const VEC3& v2) { return VEC3Cross( pOut, &v1, &… in VEC3Cross() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector3.ipp26 VEC3Cross(VEC3* pOut, const VEC3* p1, const VEC3* p2)
/CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp986 VEC3Cross(&vRight, pCamUp, &vLook);
991 VEC3Cross(&vUp, &vLook, &vRight);
1167 VEC3Cross(&u, &lookReverse, &r);