aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Geo.h')
-rw-r--r--generic/Geo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/Geo.h b/generic/Geo.h
index 1304adf..5229012 100644
--- a/generic/Geo.h
+++ b/generic/Geo.h
@@ -279,6 +279,15 @@ void
GetBezierPath(ZnList from_points,
ZnList to_points);
+
+ZnPoint *
+GetCirclePoints(int type,
+ int quality,
+ ZnReal start_angle,
+ ZnReal end_angle,
+ int *num_points,
+ ZnList point_list);
+
void
GetArcPath(ZnReal start_angle,
ZnReal end_angle,