Home
last modified time | relevance | path

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

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