GEL
2
GEL is a library for Geometry and Linear Algebra
|
3D integer vector. More...
#include <Vec3i.h>
Inherits CGLA::ArithVec3Int< int, Vec3i >.
Public Member Functions | |
Vec3i () | |
Construct 0 vector. | |
Vec3i (int _a, int _b, int _c) | |
Construct a 3D integer vector. | |
Vec3i (int a) | |
Construct a 3D integer vector with 3 identical coordinates. | |
Vec3i (const Vec3f &v) | |
Construct from a Vec3f. | |
Vec3i (const Vec3uc &v) | |
Construct from a Vec3uc. | |
Vec3i (const Vec3usi &v) | |
Construct from a Vec3usi. |
3D 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 3D voxel grids.