Subversion Repositories gelsvn

Rev

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

Rev 67 Rev 94
Line 6... Line 6...
6
#include "Vec2f.h"
6
#include "Vec2f.h"
7
 
7
 
8
 
8
 
9
namespace CGLA {
9
namespace CGLA {
10
 
10
 
11
	/** 2D double floating point vector */
11
	/** \brief 2D double floating point vector */
12
 
12
 
13
	class Vec2d: public ArithVec2Float<double,Vec2d>
13
	class Vec2d: public ArithVec2Float<double,Vec2d>
14
	{
14
	{
15
	public:
15
	public:
16
 
16