Subversion Repositories gelsvn

Rev

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

Rev 67 Rev 94
Line 7... Line 7...
7
 
7
 
8
namespace CGLA {
8
namespace CGLA {
9
	class Vec3d;
9
	class Vec3d;
10
	class Quaternion;
10
	class Quaternion;
11
 
11
 
12
	/** 3D float vector.
12
	/** \brief 3D float vector.
-
 
13
 
13
			Class Vec3f is the vector typically used in 3D computer graphics. 
14
			Class Vec3f is the vector typically used in 3D computer graphics. 
14
			The class has many constructors since we may need to convert from
15
			The class has many constructors since we may need to convert from
15
			other vector types. Most of these are explicit to avoid automatic
16
			other vector types. Most of these are explicit to avoid automatic
16
			conversion. 
17
			conversion. 
17
	*/
18
	*/