Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 89
Line 6... Line 6...
6
#include "Vec3f.h"
6
#include "Vec3f.h"
7
 
7
 
8
 
8
 
9
namespace CGLA {
9
namespace CGLA {
10
 
10
 
-
 
11
	/** \brief A 3D double vector. 
-
 
12
 
11
	/** A 3D double vector. Useful for high precision arithmetic. */
13
	Useful for high precision arithmetic. */
12
 
14
 
13
	class Vec3d: public ArithVec3Float<double,Vec3d>
15
	class Vec3d: public ArithVec3Float<double,Vec3d>
14
	{
16
	{
15
	public:
17
	public:
16
 
18