GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
CGLA::Vec3i Class Reference

3D integer vector. More...

#include <Vec3i.h>

Inherits CGLA::ArithVec3Int< int, Vec3i >.

List of all members.

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.

Detailed Description

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations