GEL
2
GEL is a library for Geometry and Linear Algebra
|
3 by 3 float matrix. More...
#include <Mat3x3f.h>
Inherits CGLA::ArithSqMat3x3Float< Vec3f, Mat3x3f >.
Public Member Functions | |
Mat3x3f (Vec3f _a, Vec3f _b, Vec3f _c) | |
Construct matrix from 3 Vec3f vectors. | |
Mat3x3f () | |
Construct the 0 matrix. | |
Mat3x3f (float a) | |
Construct a matrix from a single scalar value. |
3 by 3 float matrix.
This class will typically be used for rotation or scaling matrices for 3D vectors.