#include <Geo.h>

Public Member Functions | |
| Matrix2 () | |
| ctor  | |
| Matrix2 (const float *array) | |
| ctor  | |
| Matrix2 (float e0, float e1, float e2, float e3) | |
| ctor  | |
| Matrix2 (float c) | |
| ctor  | |
| Matrix2 (int c) | |
| ctor  | |
| Matrix2 (const Matrix2 &o) | |
| ctor  | |
| Matrix2 (const MatrixN< 2 > &o) | |
| ctor  | |
| Matrix2 (const Matrix3 &o) | |
| ctor  | |
 1.5.6