- Timestamp:
- Oct 14, 2010, 2:07:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/kapa2/src/bDrawFrame.c
r28347 r29410 93 93 xt = fx + (value-min)*dfx/(max - min) + dx; 94 94 yt = fy + (value-min)*dfy/(max - min) + dy; 95 if (fabs(value) < 0.001) { value = 0.0; } 96 sprintf (string, "%4g", value);95 96 PrintTick (string, value, min, max); 97 97 bDrawRotText (xt, yt, string, pos, 0.0); 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.
