Package codedraw

Class Matrix2D

java.lang.Object
codedraw.Matrix2D

public class Matrix2D extends Object
This class is used to transform the input coordinates. You can pass matrices with different transformations to Image.setTransformation(Matrix2D) and Image.setTransformation(Matrix2D). All methods except for the multiply(Matrix2D) method apply their operations left-to-right. multiply(Matrix2D) applies its operation right-to-left like in normal matrix multiplication.