GEL
2
GEL is a library for Geometry and Linear Algebra
|
4D integer vector. More...
#include <Vec4i.h>
Inherits CGLA::ArithVec4Int< int, Vec4i >.
Public Member Functions | |
Vec4i () | |
Construct 0 vector. | |
Vec4i (int _a, int _b, int _c, int _d) | |
Construct a 4D integer vector. | |
Vec4i (int a) | |
Construct a 4D integer vector with 4 identical coordinates. | |
Vec4i (const Vec4f &v) | |
Construct from a Vec4f. | |
Vec4i (const Vec4uc &v) | |
Construct from a Vec4uc. | |
Vec4i (const Vec4usi &v) | |
Construct from a Vec4usi. |
4D integer vector.
This class does not really extend the template and hence provides only the basic facilities of an ArithVec. The class is typically used for indices to 4D voxel grids.