Overload List

  NameDescription
Public methodMatrix2x2(Matrix2x2)
Copy constructor for the 2x2 matrix struct
Public methodMatrix2x2(Matrix4x4)
Copies the significant elements m11, m12, m21, m22 from the 4x4 matrix
Public methodMatrix2x2(Double, Double, Double, Double)
Contructor for a 2x2 matrix from 4 float values, order is row major

See Also