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