Subversion Repositories gelsvn

Rev

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

#ifndef __VERIFICATION_H
#define __VERIFICATION_H

#include "Triangle.h"

float SqrDistance (const CGLA::Vec3f& rkPoint,const Triangle& rkTri);

#endif