- set(Matrix) - Method in class ej.microvg.Matrix
-
Deep copies the given matrix into this matrix.
- setConcat(Matrix, Matrix) - Method in class ej.microvg.Matrix
-
Sets the matrix to the concatenation of the two specified matrices.
- setOrigin(float, float) - Method in class ej.microvg.Path
-
Sets the offset that will be applied to all the subsequent absolute points of the contour.
- setRotate(float) - Method in class ej.microvg.Matrix
-
Sets the matrix to rotate about (0,0) by the specified number of degrees.
- setScale(float, float) - Method in class ej.microvg.Matrix
-
Sets the matrix to scale by (sx, sy).
- setTranslate(float, float) - Method in class ej.microvg.Matrix
-
Sets the matrix to translate by (dx, dy).