Subversion Repositories gelsvn

Rev

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

Rev 45 Rev 89
Line 5... Line 5...
5
#include "Vec2i.h"
5
#include "Vec2i.h"
6
 
6
 
7
 
7
 
8
namespace CGLA {
8
namespace CGLA {
9
 
9
 
10
	/** 2D floating point vector */
10
	/** \brief 2D floating point vector */
11
 
11
 
12
	class Vec2f: public ArithVec2Float<float,Vec2f>
12
	class Vec2f: public ArithVec2Float<float,Vec2f>
13
	{
13
	{
14
	public:
14
	public:
15
 
15