Subversion Repositories gelsvn

Rev

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

Rev 595 Rev 601
Line 12... Line 12...
12
#define VECTOR_H__HAA_AGUST_2001
12
#define VECTOR_H__HAA_AGUST_2001
13
 
13
 
14
#include <cassert>
14
#include <cassert>
15
#include <iostream>
15
#include <iostream>
16
#include <cmath>
16
#include <cmath>
17
#include "CGLA/Vec2f.h"
17
#include "../CGLA/Vec2f.h"
18
#include "CGLA/Vec3f.h"
18
#include "../CGLA/Vec3f.h"
19
 
19
 
20
namespace LinAlg
20
namespace LinAlg
21
{
21
{
22
	template <class T> class CMatrixType;  
22
	template <class T> class CMatrixType;  
23
 
23