GEL
2
GEL is a library for Geometry and Linear Algebra
|
2x3 double matrix class. More...
#include <Mat2x3d.h>
Inherits CGLA::ArithMatFloat< Vec2d, Vec3d, Mat2x3d, 2 >.
Public Member Functions | |
Mat2x3d (const Vec3d &_a, const Vec3d &_b) | |
Construct Mat2x3d from two Vec3f vectors (vectors become rows) | |
Mat2x3d () | |
Construct 0 matrix. |
2x3 double matrix class.
This class is useful for projecting a vector from 3D space to 2D.