Changeset 205 in Sophya for trunk/SophyaPI/PIext/pintuple.cc
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.cc
r165 r205 63 63 64 64 /* --Methode-- */ 65 void PINTuple::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, floatymax)65 void PINTuple::Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax) 66 66 { 67 floatxp,yp,xer,yer;67 double xp,yp,xer,yer; 68 68 int nok; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.