wrap.Matrix4x4¶
-
class
wrap.
Matrix4x4
¶ Matrix 4x4 class
Methods
asList
()Convert matrix to list. getItem
(rowInd, colInd)Return matrix element. inverted
()Invert matrix. rotate
(angle, x, y, z)Rotate matrix. scale
(x, y, z)Scale matrix. setItem
(rowInd, colInd, value)Set value of matrix element translate
(x, y, z)Translate matrix.