Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h45 NN_MATH_INLINE MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx);
235 return *MTX23RotCenterFIdx(this, &center, NN_MATH_RAD_TO_FIDX(rotate)); in SetupRotate()
276 inline MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2& vCenter, f32 fIdx) { return MTX23RotCente… in MTX23RotCenterFIdx() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp317 MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx)