For issues relating to the creation, manipulation and rendering of polygons in graphical user interfaces.
I'm trying to create a fast 2D point inside polygon algorithm, for use in hit-testing (e.g. Polygon.contains(p:…
performance graphics collision-detection polygon point-in-polygonThere're plenty of different CSS shapes over at CSS Tricks - Shapes of CSS and I'm particularly puzzled with a …
css geometry polygon css-shapesI'm trying to develop an application by using Google Maps API v3. What I'm trying to do is; first let …
google-maps polygonHaving a list of points, how do I find if they are in clockwise order? For example: point[0] = (5,0) point[1] = (6,4) point[2] = (4,5) …
math geometry polygon computational-geometryIt doesn't need to be 100% correct, it can be the center of the bounding rectangle.
google-maps polygon google-maps-api-3How would I "inflate" a polygon? That is, I want to do something similar to this: The requirement is that …
algorithm geometry polygon computational-geometry bufferingHow do you get/extract the points that define a shapely polygon? Thanks! Example of a shapely polygon from shapely.…
python polygon shapelyhi there i'm trying to improve myself about java2D and first of all i'm dealing with drawing polygons. However, …
java swing polygon java-2d paintcomponentFrom the man page for XFillPolygon: If shape is Complex, the path may self-intersect. Note that contiguous coincident points in …
algorithm geometry polygon computational-geometry xlib