Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 89
Line 4... Line 4...
4
#include "Vec3f.h"
4
#include "Vec3f.h"
5
#include "ArithVec4Float.h"
5
#include "ArithVec4Float.h"
6
 
6
 
7
namespace CGLA {
7
namespace CGLA {
8
 
8
 
9
	/** A four dimensional floating point vector. 
9
	/** \brief A four dimensional floating point vector. 
-
 
10
 
10
			This class is also used (via typedef) for
11
			This class is also used (via typedef) for
11
			homogeneous vectors.
12
			homogeneous vectors.
12
	*/
13
	*/
13
 
14
 
14
	class Vec4f: public ArithVec4Float<float,Vec4f>
15
	class Vec4f: public ArithVec4Float<float,Vec4f>