pihmLIBS/Point.cpp

Go to the documentation of this file.
00001 #include "Point.h"
00002 
00003 int equalPoint(Point p1, Point p2){
00004         if(p1.x==p2.x && p1.y==p2.y)
00005                 return 1;
00006         else
00007                 return 0;
00008 }
00009 

Generated on Sun Aug 5 17:33:59 2007 for PIHMgis by  doxygen 1.5.2