Click or drag to resize

Matrix2 Constructor

Overload List
  NameDescription
Public methodMatrix2(Matrix2)
Constructs a matrix with another specified Matrix2 object.
Public methodMatrix2(Matrix2F)
Constructs a matrix with another specified Matrix2F object.
Public methodMatrix2(Vector2, Vector2)
Constructs a matrix with the specified Vector2 elements, which are the corresponding rows of the matrix.
Public methodMatrix2(Double, Double, Double, Double)
Constructs a matrix with the given individual elements.
Top
See Also