GEL
2
GEL is a library for Geometry and Linear Algebra
|
A four dimensional floating point vector template. More...
#include <ArithVec4Float.h>
Inherits CGLA::ArithVecFloat< T, V, 4 >.
Public Member Functions | |
ArithVec4Float () | |
Construct a (0,0,0,0) homogenous Vector. | |
ArithVec4Float (T a, T b, T c, T d) | |
Construct a 4D vector. | |
void | de_homogenize () |
Divide all coordinates by the fourth coordinate. |
A four dimensional floating point vector template.
This class is also used (via typedef) for homogeneous vectors.