Subversion Repositories gelsvn

Rev

Rev 299 | Rev 595 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __GEOMETRY_VERIFICATION_H
#define __GEOMETRY_VERIFICATION_H

#include "Triangle.h"

namespace Geometry
{
  float SqrDistance (const CGLA::Vec3f& rkPoint,const Triangle& rkTri);
}
#endif