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