Subversion Repositories gelsvn

Rev

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

Rev 323 Rev 382
Line 1... Line 1...
1
#ifndef __CGLA_ARITHQUAT_H__
1
#ifndef __CGLA_ARITHQUAT_H__
2
#define __CGLA_ARITHQUAT_H__
2
#define __CGLA_ARITHQUAT_H__
3
 
3
 
4
#include "CGLA.h"
4
#include "CGLA.h"
-
 
5
#include "ArithVecFloat.h"
5
#include "ArithSqMatFloat.h"
6
#include "ArithSqMatFloat.h"
6
#include <cmath>
7
#include <cmath>
7
 
8
 
8
namespace CGLA {
9
namespace CGLA {
9
 
10