Changeset 205 in Sophya for trunk/SophyaPI/PIext/pintup3d.cc
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintup3d.cc
r185 r205 62 62 // Distance D = Max(xmax-xmin,ymin-ymax)*2 63 63 // Observateur en O = X+D, Yc+2*D 64 floatD = xmax-xmin;64 double D = xmax-xmin; 65 65 if (D < (ymax-ymin)) D = ymax-ymin; 66 66 D *= 1.4; … … 84 84 85 85 /* --Methode-- */ 86 void PINTuple3D::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, floatymax)86 void PINTuple3D::Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax) 87 87 { 88 floatxp,yp,zp,xer,yer,zer;88 double xp,yp,zp,xer,yer,zer; 89 89 int nok; 90 90
Note:
See TracChangeset
for help on using the changeset viewer.