Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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