Subversion Repositories gelsvn

Rev

Rev 290 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __VERIFICATION_H
#define __VERIFICATION_H

#include "Triangle.h"

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