Click or drag to resize

Matrix2D Constructor

Overload List
  NameDescription
Public methodMatrix2D
Creates an identity matrix
Public methodMatrix2D(Matrix2D)
Creates a matrix and initialize it with values from another matrix.
Public methodMatrix2D(Double, Double, Double, Double, Double, Double)
Creates a Matrix object based on six numbers that define an affine transformation.
Top
See Also