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