GEL
2
GEL is a library for Geometry and Linear Algebra
|
3x2 double matrix class. More...
#include <Mat2x3d.h>
Inherits CGLA::ArithMatFloat< Vec3d, Vec2d, Mat3x2d, 3 >.
Public Member Functions | |
Mat3x2d (const Vec2d &_a, const Vec2d &_b, const Vec2d &_c) | |
Mat3x2d () | |
Construct 0 matrix. |
3x2 double matrix class.
This class is useful for going from plane to 3D coordinates.
Construct matrix from three Vec2d vectors which become the rows of the matrix.