Subversion Repositories gelsvn

Rev

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

Rev 309 Rev 443
Line 1... Line 1...
1
#ifndef __TRIANGLE_H
1
#ifndef __GEOMETRY_TRIANGLE_H
2
#define __TRIANGLE_H
2
#define __GEOMETRY_TRIANGLE_H
3
 
3
 
4
#include "CGLA/Vec2f.h"
4
#include "CGLA/Vec2f.h"
5
#include "CGLA/Vec3f.h"
5
#include "CGLA/Vec3f.h"
6
#include "CGLA/Mat3x3f.h"
6
#include "CGLA/Mat3x3f.h"
7
 
7