From 658dc9581a83649335d91ec4c29347507f96eaf2 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 22 Jan 2002 10:52:24 +0000 Subject: Correction d'un bug dans GetCirclePoints qui dans certains cas retournait un point de trop. --- generic/Geo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'generic/Geo.c') diff --git a/generic/Geo.c b/generic/Geo.c index 55f8163..91c092c 100644 --- a/generic/Geo.c +++ b/generic/Geo.c @@ -2276,7 +2276,6 @@ GetCirclePoints(int type, iangle = 2*M_PI / (num_p-1); start_p.x = cos(start_angle); start_p.y = sin(start_angle); - ZnListAdd(point_list, &start_p, ZnListTail); i = start_angle / iangle; if ((i * iangle) < start_angle) { i++; -- cgit v1.1