From 7965443aa6cecfa552f01501b56c4d560b377b2a Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 25 Oct 2014 03:15:00 +0200 Subject: [PATCH] Fix example mesh --- Algorithms/PolygonIntersection/UB2_einfachCCW.obj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Algorithms/PolygonIntersection/UB2_einfachCCW.obj b/Algorithms/PolygonIntersection/UB2_einfachCCW.obj index af9770f..39d4b1b 100644 --- a/Algorithms/PolygonIntersection/UB2_einfachCCW.obj +++ b/Algorithms/PolygonIntersection/UB2_einfachCCW.obj @@ -5,11 +5,11 @@ v 400.0 300.0 v 350.0 450.0 v 275.0 225.0 -v 500.0 0.0 v 350.0 50.0 +v 500.0 0.0 v 450.0 400.0 f 1 2 3 4 -f 5 6 7 8 +f 5 6 7 8 9 /* ([(200.0, 500.0), (0.0 200.0), (200.0 100.0), (400.0 300.0)], [(350.0 450.0), (275.0 225.0), (500.0 0.0), (450.0 400.0)]) */