Subversion Repositories gelsvn

Rev

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

Rev 5 Rev 12
Line 1... Line 1...
1
#ifndef __CGLA_MAT2X3D_H
1
#ifndef __CGLA_MAT2X3D_H__
2
#define __CGLA_MAT2X3D_H
2
#define __CGLA_MAT2X3D_H__
3
 
3
 
4
#include "Vec2d.h"
4
#include "Vec2d.h"
5
#include "Vec3d.h"
5
#include "Vec3d.h"
6
#include "ArithMatFloat.h"
6
#include "ArithMatFloat.h"
7
 
7