[Gcblue-commits] gcb_wx/include/common simmath.h,1.8,1.9
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-02-07 02:22:57
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729/include/common Modified Files: simmath.h Log Message: Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** simmath.h 1 Feb 2004 22:19:08 -0000 1.8 --- simmath.h 7 Feb 2004 02:19:53 -0000 1.9 *************** *** 61,69 **** { public: ! float Width(); ! float XCenter(); void Offset(float dx, float dy); void Set(float x1,float x2,float y1,float y2); ! void ApplyBounds(tcGeoRect& r); bool operator==(const tcGeoRect& r); }; --- 61,72 ---- { public: ! void ApplyBounds(tcGeoRect& r); void Offset(float dx, float dy); + bool ContainsPoint(float lon, float lat); void Set(float x1,float x2,float y1,float y2); ! void SetDegrees(float lon1_deg, float lon2_deg, float lat1_deg, float lat2_deg); ! float Width(); ! float XCenter(); ! bool operator==(const tcGeoRect& r); }; |