Home
last modified time | relevance | path

Searched defs:MTX44Scale (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix44.h890 MTX44Scale(MTX44* pOut, const VEC3* pS) in MTX44Scale() function
1041 inline MTX44* MTX44Scale(MTX44* pOut, const VEC3& S) { return MTX44Scale(pOut, &S); } in MTX44Scale() function