GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/Geometry/verification.h
00001 #ifndef __GEOMETRY_VERIFICATION_H
00002 #define __GEOMETRY_VERIFICATION_H
00003 
00004 #include "Triangle.h"
00005 
00006 namespace Geometry
00007 {
00008   float SqrDistance (const CGLA::Vec3f& rkPoint,const Triangle& rkTri);
00009 }
00010 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations