Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/math/
Dmath_Matrix34.h54 NN_MATH_INLINE MTX34* MTX34LookAt(MTX34* pOut, const VEC3* pCamPos, f32 twistDeg, const VEC3* pTarg…
81 NN_FORCE_INLINE MTX34* MTX34LookAt(MTX34* pOut, const VEC3* pCamPos, f32 twistDeg, const VEC3* pTar…
392 self_type& SetupLookAt(const VEC3& camPos, f32 twistDeg, const VEC3& target) in SetupLookAt()
394 return *MTX34LookAt(this, &camPos, twistDeg, &target); in SetupLookAt()
706 MTX34LookAt(MTX34* pOut, const VEC3* pCamPos, f32 twistDeg, const VEC3* pTarget) in MTX34LookAt() argument
710 return ARMv6::MTX34LookAtC(pOut, pCamPos, twistDeg, pTarget); in MTX34LookAt()
712 return ARMv6::MTX34LookAtC_FAST(pOut, pCamPos, twistDeg, pTarget); in MTX34LookAt()
1070 …MTX34* pOut, const VEC3& vCamPos, f32 twistDeg, const VEC3& vTarget) { return MTX34LookAt( pOut, &… in MTX34LookAt() argument