Top "Polygon" questions

For issues relating to the creation, manipulation and rendering of polygons in graphical user interfaces.

How do I bind a Polygon to an existing PointCollection in WPF?

My current implementation doesn't show anything on the form even though the collections I thought bounded have data (I checked …

c# wpf data-binding polygon points
OpenGL/JOGL: Multiple triangle fans in a vertex array

I'm working on making some moderately simple shapes with vertex arrays, and I'm making some good headway, but now I …

opengl polygon jogl vertex-array
Point in Polygon algorithm giving wrong results sometimes

I saw on StackOverflow a "point in polygon" raytracing algorithm that I implemented in my PHP Code. Most of the …

php polygon pip precision point