- Timestamp:
- Oct 8, 2019, 9:11:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/libkapa/include/kapa.h
r40783 r40926 45 45 KAPA_PLOT_BARS_OUTLINE = 4, 46 46 KAPA_PLOT_BARS_OUTFILL = 5, 47 KAPA_PLOT_INVALID_MAX = 6, 47 KAPA_PLOT_POLYGON = 6, 48 KAPA_PLOT_POLYFILL = 7, 49 KAPA_PLOT_INVALID_MAX = 8, 48 50 } KapaPlotStyle; 49 51 … … 320 322 void bDrawTriOpen (bDrawBuffer *buffer, double x1, double y1, double x2, double y2, double x3, double y3); 321 323 void bDrawTriFill (bDrawBuffer *buffer, double x1, double y1, double dx, double dy); 324 void bDrawPolyFill (bDrawBuffer *buffer, double *x, double *y, int Npoints); 322 325 323 326 void bDrawSmooth (bDrawBuffer *buffer, float sigma);
Note:
See TracChangeset
for help on using the changeset viewer.
