setToScaling
setToScaling
<matrix3d>:setToScaling(scl)
Imposta questa matrice sulla matrice del ridimensionamento uniforme per scala del fattore di scala Tutto rispetto al centro del punto.
Esempio. Esempio setToScaling()
local mat = Matrix3d()
mat:setToScaling(200)
mat:setToIdentity() --> {200, 0, 0, 0, 0, 200, 0, 0, 0, 0, 200, 0, 0, 0, 0, 1}