Overload List
Name | Description | |
---|---|---|
![]() | Matrix2x2(Matrix2x2) |
Copy constructor for the 2x2 matrix struct
|
![]() | Matrix2x2(Matrix4x4) |
Copies the significant elements m11, m12, m21, m22 from the 4x4 matrix
|
![]() | Matrix2x2(Double, Double, Double, Double) |
Contructor for a 2x2 matrix from 4 float values, order is row major
|