Changeset 2092 in Sophya for trunk/SophyaPI/PIext/pistlist.cc
- Timestamp:
- Jul 14, 2002, 7:03:43 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistlist.cc
r1920 r2092 4 4 #include <stdio.h> 5 5 #include "pistlist.h" 6 7 #define PERC_GARDE 0.02 6 8 7 9 //++ … … 86 88 mStL->CalcXYLimits(x1, x2, y1, y2); 87 89 88 dx = 0.02*(x2-x1);89 dy = 0.02*(y2-y1);90 dx = PERC_GARDE*(x2-x1); 91 dy = PERC_GARDE*(y2-y1); 90 92 91 93 SetLimits(x1-dx, x2+dx, y1-dy, y2+dy);
Note:
See TracChangeset
for help on using the changeset viewer.