Subversion Repositories gelsvn

Rev

Rev 291 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
290 jrf 1
#ifndef __VERIFICATION_H
2
#define __VERIFICATION_H
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