Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix23.h145 NN_MATH_INLINE MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx);
418 return *MTX23RotCenterFIdx(this, &center, NN_MATH_RAD_TO_FIDX(rotate)); in SetupRotate()
472 inline MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2& vCenter, f32 fIdx) { return MTX23RotCente… in MTX23RotCenterFIdx() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix23.ipp182 MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx)