GEL
2
GEL is a library for Geometry and Linear Algebra
|
Two by two float matrix. More...
#include <Mat2x2f.h>
Inherits CGLA::ArithSqMat2x2Float< Vec2f, Mat2x2f >.
Public Member Functions | |
Mat2x2f (Vec2f _a, Vec2f _b) | |
Construct a Mat2x2f from two Vec2f vectors. | |
Mat2x2f (float _a, float _b, float _c, float _d) | |
Construct a Mat2x2f from four scalars. | |
Mat2x2f () | |
Construct the NAN matrix. | |
Mat2x2f (float a) | |
Construct a Mat2x2f from a single scalar. |
Two by two float matrix.
This class is useful for various vector transformations in the plane.