Matrix2D Constructor |
| Name | Description | |
|---|---|---|
| Matrix2D |
Creates an identity matrix
| |
| Matrix2D(Matrix2D) |
Creates a matrix and initialize it with values from another matrix.
| |
| Matrix2D(Double, Double, Double, Double, Double, Double) |
Creates a Matrix object based on six numbers that define an
affine transformation.
|