Subversion Repositories gelsvn

Rev

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

Rev 45 Rev 89
Line 6... Line 6...
6
#include "Mat3x3f.h"
6
#include "Mat3x3f.h"
7
#include "Mat4x4f.h"
7
#include "Mat4x4f.h"
8
 
8
 
9
namespace CGLA {
9
namespace CGLA {
10
 
10
 
11
	/** A Quaterinion class. Quaternions are algebraic entities 
11
	/** \brief A Quaterinion class. 
-
 
12
 
12
			useful for rotation. */
13
	Quaternions are algebraic entities useful for rotation. */
13
 
14
 
14
	class Quaternion
15
	class Quaternion
15
	{
16
	{
16
	public:
17
	public:
17
 
18