From: Jiri Vlasak Date: Tue, 7 Sep 2021 09:45:31 +0000 (+0200) Subject: Increase max polygon verts to 12 X-Git-Tag: v0.9.0~2^2~3 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/rrts.git/commitdiff_plain/7b57e2e373dd4da02a9e478863efdc22f5e58c54 Increase max polygon verts to 12 --- diff --git a/incl/cute_c2.h b/incl/cute_c2.h index 7faa8fd..79848cc 100644 --- a/incl/cute_c2.h +++ b/incl/cute_c2.h @@ -146,7 +146,7 @@ // resented as a point + radius. usually tools that generate polygons should be // constructed so they do not output polygons with too many verts. // Note: polygons in cute_c2 are all *convex*. -#define C2_MAX_POLYGON_VERTS 8 +#define C2_MAX_POLYGON_VERTS 12 // 2d vector typedef struct