aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.h
diff options
context:
space:
mode:
authorlecoanet2002-05-16 08:23:13 +0000
committerlecoanet2002-05-16 08:23:13 +0000
commitbedc3272a1dba4e19a1a7b3656e8968b6a23b0d0 (patch)
treec52efad584ba10e70f94830d42eda9c8c98b9b25 /generic/Geo.h
parent5259d4095a0a174e16e36799730bb595b3ca1c8b (diff)
downloadtkzinc-bedc3272a1dba4e19a1a7b3656e8968b6a23b0d0.zip
tkzinc-bedc3272a1dba4e19a1a7b3656e8968b6a23b0d0.tar.gz
tkzinc-bedc3272a1dba4e19a1a7b3656e8968b6a23b0d0.tar.bz2
tkzinc-bedc3272a1dba4e19a1a7b3656e8968b6a23b0d0.tar.xz
GetCirclePoints prend comme param�tre le angle_extent � la place du
end_angle.
Diffstat (limited to 'generic/Geo.h')
-rw-r--r--generic/Geo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Geo.h b/generic/Geo.h
index fc5325b..e1be69b 100644
--- a/generic/Geo.h
+++ b/generic/Geo.h
@@ -288,7 +288,7 @@ ZnPoint *
GetCirclePoints(int type,
int quality,
ZnReal start_angle,
- ZnReal end_angle,
+ ZnReal angle_extent,
int *num_points,
ZnList point_list);