Subversion Repositories gelsvn

Rev

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

Rev 595 Rev 601
Line 11... Line 11...
11
 
11
 
12
#ifndef __GEOMETRY_GEOMETRY_INDEXED_FACE_SET_H__
12
#ifndef __GEOMETRY_GEOMETRY_INDEXED_FACE_SET_H__
13
#define __GEOMETRY_GEOMETRY_INDEXED_FACE_SET_H__
13
#define __GEOMETRY_GEOMETRY_INDEXED_FACE_SET_H__
14
 
14
 
15
#include <vector>
15
#include <vector>
16
#include "CGLA/Vec3f.h"
16
#include "../CGLA/Vec3f.h"
17
#include "CGLA/Vec3i.h"
17
#include "../CGLA/Vec3i.h"
18
 
18
 
19
namespace Geometry
19
namespace Geometry
20
{
20
{
21
	const CGLA::Vec3i NULL_FACE(-1,-1,-1);
21
	const CGLA::Vec3i NULL_FACE(-1,-1,-1);
22
	
22