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_NEIGHBOURS_H
12
#ifndef __GEOMETRY_NEIGHBOURS_H
13
#define __GEOMETRY_NEIGHBOURS_H
13
#define __GEOMETRY_NEIGHBOURS_H
14
 
14
 
15
#include "CGLA/Vec3i.h"
15
#include "../CGLA/Vec3i.h"
16
#include "CGLA/Vec3f.h"
16
#include "../CGLA/Vec3f.h"
17
#include "CGLA/Vec3d.h"
17
#include "../CGLA/Vec3d.h"
18
 
18
 
19
namespace Geometry
19
namespace Geometry
20
{
20
{
21
	extern const CGLA::Vec3f N6f[6];
21
	extern const CGLA::Vec3f N6f[6];
22
	extern const CGLA::Vec3i N6i[6];
22
	extern const CGLA::Vec3i N6i[6];