Subversion Repositories gelsvn

Rev

Rev 291 | Go to most recent revision | Details | 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
 
6
float SqrDistance (const CGLA::Vec3f& rkPoint,const Triangle& rkTri);
7
 
8
#endif