For issues relating to the creation, manipulation and rendering of polygons in graphical user interfaces.
I've recently encountered a need for a library or set of libraries to handle operations on 2D polygons. I need …
union polygon clipping triangulationI have been looking for how to determine coordinates of the points which consist a polygon(feature) in OpenLayers. Let's …
geometry polygon draw openlayersI am new to the generic geometry library that is proposed for inclusion with boost: http://geometrylibrary.geodan.nl/ I …
c++ boost polygon boost-geometryI am looking for a good algorithm to find an axis-aligned rectangle inside a (not necessarily convex) polygon. A maximal …
algorithm geometry polygon rectanglesI am working on an application that is using svg move/rotate/zoom functionalities. I'm programming the back-end in Laravel …
javascript svg polygon polyline bezierI have two shapely MultiPolygon instances (made of lon,lat points) that intersect at various parts. I'm trying to loop …
python polygon shapelyI'm using these function calls: glEnable(GL_BLEND) glEnable(GL_POLYGON_SMOOTH) glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE) It …
opengl polygon alphablending antialiasing primitive