Data structure for the representation of a 2x2 matrix. More...
#include <Math2d.h>
Public Attributes | |
float | r1 |
float | r2 |
float | r3 |
float | r4 |
Data structure for the representation of a 2x2 matrix.
This data structure the matrix
.
The namespace Math2d offers various functions operating on this data type.