GEL
2
GEL is a library for Geometry and Linear Algebra
|
Unsigned short int 3D vector class. More...
#include <Vec3usi.h>
Inherits CGLA::ArithVec3Int< int, Vec3usi >.
Public Member Functions | |
Vec3usi () | |
Construct 0 vector. | |
Vec3usi (USInt _a, USInt _b, USInt _c) | |
Construct a Vec3usi. | |
Vec3usi (const Vec3i &v) | |
Construct a Vec3usi from a Vec3i. |
Unsigned short int 3D vector class.
This class is mainly useful if we need a 3D int vector that takes up less room than a Vec3i but holds larger numbers than a Vec3c.