Top "Polygon" questions

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

Largest circle inside a non-convex polygon

How can I find the largest circle that can fit inside a concave polygon? A brute force algorithm is OK …

algorithm polygon computational-geometry geometry
In Google Map V3, how to put a label inside and above a polygon?

In Google Map V3, how to put a label inside and above a polygon? There's no label overlay as in …

google-maps-api-3 label polygon
How do I draw polygon?( in C# WPF project)

Click the points, I want to make from the polygon area on image. myPolygon = new Polygon(); myPolygon.Stroke = Brushes.Black; …

c# wpf polygon polyline
Java- Intersection point of a Polygon and Line

Is there any function that will give me the intersection point of a Polygon and Line2D ? I have a …

java line polygon intersection
shapefile and matplotlib: plot polygon collection of shapefile coordinates

I'm trying to plot filled polygons of countries on the world map with matplotlib in python. I've got a shapefile …

python matplotlib polygon geospatial shapefile
How to intersect two polygons?

This seems non-trivial (it gets asked quite a lot on various forums), but I absolutely need this as a building …

c# polygon intersection
Python: find area of polygon from xyz coordinates

I'm trying to use the shapely.geometry.Polygon module to find the area of polygons but it performs all calculations …

python 3d polygon area
Algorithm for creating rounded corners in a polygon

I'm looking for an algorithm that allows me to create rounded corners from a polygon. In Input, I get an …

c# objective-c algorithm polygon rounded-corners
Google Maps v3 - Delete vertex on Polygon

Google Maps has the Drawing library to draw Polylines and Polygons and other things. Example of this functionality here: http://…

javascript google-maps drawing polygon
How to draw polygons with CGPath?

I have been reading thru the documentation however it is not immediatly clear to me how to draw a polygon …

iphone core-graphics polygon draw cgpath