GEL
2
GEL is a library for Geometry and Linear Algebra
|
4x4 float matrix. This class is useful for transformations such as perspective projections or translation where 3x3 matrices do not suffice. More...
#include <Mat4x4f.h>
Inherits CGLA::ArithSqMat4x4Float< Vec4f, Mat4x4f >.
Public Member Functions | |
Mat4x4f (Vec4f _a, Vec4f _b, Vec4f _c, Vec4f _d) | |
Construct a Mat4x4f from four Vec4f vectors. | |
Mat4x4f () | |
Construct the NaN matrix. | |
Mat4x4f (float a) | |
Construct a matrix with identical elements. |
4x4 float matrix. This class is useful for transformations such as perspective projections or translation where 3x3 matrices do not suffice.