diff options
Diffstat (limited to 'cd/src/intcgm/circle.h')
-rwxr-xr-x | cd/src/intcgm/circle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cd/src/intcgm/circle.h b/cd/src/intcgm/circle.h new file mode 100755 index 0000000..3209c0f --- /dev/null +++ b/cd/src/intcgm/circle.h @@ -0,0 +1,3 @@ +int cgm_poly_circle ( double xc, double yc, double radius, double angi, double angf, int fechado ); +int cgm_line_circle ( double xc, double yc, double radius, double angi, double angf, int fechado ); + |