Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 10... Line 10...
10
 */
10
 */
11
 
11
 
12
#ifndef __GEOMETRY_TRIANGLE_H
12
#ifndef __GEOMETRY_TRIANGLE_H
13
#define __GEOMETRY_TRIANGLE_H
13
#define __GEOMETRY_TRIANGLE_H
14
 
14
 
15
#include "CGLA/Vec2f.h"
15
#include "../CGLA/Vec2f.h"
16
#include "CGLA/Vec3f.h"
16
#include "../CGLA/Vec3f.h"
17
#include "CGLA/Mat3x3f.h"
17
#include "../CGLA/Mat3x3f.h"
18
 
18
 
19
namespace Geometry
19
namespace Geometry
20
{
20
{
21
 
21
 
22
class Triangle
22
class Triangle