Subversion Repositories gelsvn

Rev

Rev 299 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 299 Rev 443
1
#ifndef __VERIFICATION_H
1
#ifndef __GEOMETRY_VERIFICATION_H
2
#define __VERIFICATION_H
2
#define __GEOMETRY_VERIFICATION_H
3
 
3
 
4
#include "Triangle.h"
4
#include "Triangle.h"
5
 
5
 
6
namespace Geometry
6
namespace Geometry
7
{
7
{
8
  float SqrDistance (const CGLA::Vec3f& rkPoint,const Triangle& rkTri);
8
  float SqrDistance (const CGLA::Vec3f& rkPoint,const Triangle& rkTri);
9
}
9
}
10
#endif
10
#endif
11
 
11