Added function to mymath.h to find closest of vector of XY points to a given point
Added function to mymath.h to find index of point in a vector of points which is within a given tolerence of a specified point.
Added TestGetClosestPointFunctions to GeometricTests