For issues relating to the creation, manipulation and rendering of polygons in graphical user interfaces.
Inserting a polygon inside another polygon is supposed to make a "hole" in the center (see the Google maps Pentagon …
google-maps google-maps-api-3 polygonThe Docstring says: Polygon.contains Returns True if the geometry contains the other, else False Polygon.within Returns True if …
python polygon shapelyI'm building a map editor for a project and need to draw a hexagon and fill it with a solid …
actionscript polygon fill shape uicomponentsI working on a project at the moment, where I have a point feature -- the point feature includes a 142 …
r polygon distance point nearest-neighborI'm working on a importer for a game of mine, it reads an xml and then creates the box2d …
objective-c arrays box2d polygon podI need to calculate triangles of a polygon. Polygon can contain holes. And Req an efficient way. So I think …
c# polygon triangulation delaunayGiven a lat/lon representing a South West point and a lat/lon representing a North East point When I …
sql sql-server polygon spatial geographyI need to draw polygons like triangle, trapezoid, pentagon, parallelogram, rhombus etc. It seems Path class is way to go, …
android android-canvas polygon rounded-corners