Changeset 2257 in Sophya for trunk/SophyaPI/PI/pigraphps.h


Ignore:
Timestamp:
Nov 12, 2002, 1:10:20 PM (23 years ago)
Author:
ansari
Message:

Correction/implementation trace Arc, en particulier par 3 points - Reza 12/11/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pigraphps.h

    r1898 r2257  
    3333  virtual void       DrawFPolygon(PIGrCoord *x, PIGrCoord *y, int n, bool cinc=true); 
    3434  virtual void       DrawArc(PIGrCoord x0, PIGrCoord y0, PIGrCoord dx, PIGrCoord dy,
    35                              double degdeb, double degfin);
     35                             double degdeb, double deltadeg);
    3636  virtual void       DrawFArc(PIGrCoord x0, PIGrCoord y0, PIGrCoord dx, PIGrCoord dy,
    37                               double degdeb, double degfin);
     37                              double degdeb, double deltadeg);
    3838  virtual void       DrawMarker(PIGrCoord x0, PIGrCoord y0);
    3939  virtual void       DrawMarkers(PIGrCoord *x, PIGrCoord *y, int n);
Note: See TracChangeset for help on using the changeset viewer.