Changeset 2265 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Nov 15, 2002, 12:58:41 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2263 r2265 77 77 void AddCircle(double xc, double yc, double r, string const& opt, 78 78 bool fgfill=false, bool fgcn=false); 79 void AddArc(double xc, double yc, double r, double a, double da, 80 string const& opt, bool fgfill=false, bool fgcn=false); 79 81 void AddArc(double x1, double y1, double x2, double y2, 80 82 double x3, double y3, string const& opt, bool fgfill=false, bool fgcn=false);
Note:
See TracChangeset
for help on using the changeset viewer.