Subversion Repositories gelsvn

Rev

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

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