Subversion Repositories gelsvn

Rev

Rev 67 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 94
Line 4... Line 4...
4
#include "Vec3i.h"
4
#include "Vec3i.h"
5
 
5
 
6
namespace CGLA {
6
namespace CGLA {
7
	typedef unsigned char UChar;
7
	typedef unsigned char UChar;
8
 
8
 
9
	/** 3D unsigned char vector. */
9
	/** \brief 3D unsigned char vector. */
10
	class Vec3uc: public ArithVec3Int<UChar,Vec3uc>
10
	class Vec3uc: public ArithVec3Int<UChar,Vec3uc>
11
	{
11
	{
12
 
12
 
13
	public:
13
	public:
14
		
14