Does anyone know (or have) c/c++ source for clipping both convex/concave
polygons against a rectangular boundary?
-Chris
-Chris
> Does anyone know (or have) c/c++ source for clipping both convex/concave
> polygons against a rectangular boundary?
> -Chris
See:
http://www.cs.man.ac.uk/aig/staff/alan/software/
--
-------------------------------------------------------------------
Alan Murta Computer Science Department, University of Manchester,
Lecturer Manchester, M13 9PL, UK. Tel: +44 (0)161-275-6259
World Wide Web: http://www.cs.man.ac.uk/aig/staff/alan
-------------------------------------------------------------------
http://www.ph.tn.tudelft.nl/People/klamer/clippoly_entry.htmlQuote:>Does anyone know (or have) c/c++ source for clipping both convex/concave
>polygons against a rectangular boundary?
>-Chris
Check out the GPC library:
http://www.cs.man.ac.uk/aig/staff/alan/software/index.html
For a comparison of different clipper libs:
http://propro.ru/leonov/pbcomp.html
-Jon
> Does anyone know (or have) c/c++ source for clipping both convex/concave
> polygons against a rectangular boundary?
> -Chris
1. Two pass polygon clipper source for download.
Hi,
I have released the new version of a two-pass polygon clipper - it is rather efficient in its job. It can be found at:
http://www.axora.net/Two%20pass%20polygon%20clipper/TwoPassPolyClip.C
Source is public domain; feel free to get in touch with any queries.
Regards,
Jose Commins
Remove (remove) from email address for mailing.
3. Best source of Weiler(80) polygon clipper?
4. Technical Illustration FAQ (v 1.1.1)
5. Wanted: Source for Vatti (or other) polygon clipper
7. Liang-Barsky 2D polygon clipper ; beginner problem
9. AVAILABLE: 2D polygon clipper
10. Source code needed for 2D Line, Polygon, Circle/Ellipse Drawing with Anialiasing
11. 2D polygon filling source code
12. 2D line clippers