Subversion Repositories gelsvn

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 89
Line 7... Line 7...
7
{
7
{
8
	class Vec3f;
8
	class Vec3f;
9
	class Vec3uc;
9
	class Vec3uc;
10
	class Vec3usi;
10
	class Vec3usi;
11
 
11
 
-
 
12
	/** \brief 3D integer vector. 
-
 
13
 
12
	/** 3D integer vector. This class does not really extend the template
14
	    This class does not really extend the template
13
			and hence provides only the basic facilities of an ArithVec. 
15
			and hence provides only the basic facilities of an ArithVec. 
14
			The class is typically used for indices to 3D voxel grids. */
16
			The class is typically used for indices to 3D voxel grids. */
15
	class Vec3i: public ArithVec3Int<int,Vec3i>
17
	class Vec3i: public ArithVec3Int<int,Vec3i>
16
	{
18
	{
17
	public:
19
	public: