For issues relating to the creation, manipulation and rendering of polygons in graphical user interfaces.
I want to check if a point lies within a specific polygon. The polygon is: polygon= [ [-73.89632720118, 40.8515320489962], [-73.8964878416508, 40.8512476593594], [-73.8968799791431, 40.851375925454], [-73.8967188588015, 40.851660158514], […
javascript polygonI have a set of points and would like to know if there is a function (for the sake of …
python coordinates polygon areaI am looking to find a way of checking if a point exists inside a polygon in Google Maps v3 (…
google-maps google-maps-api-3 polygonI want to create a polygon from shapely points. from shapely import geometry p1 = geometry.Point(0,0) p2 = geometry.Point(1,0) p3 = …
python polygon shapelyI need to find a point that is a visual center of an irregularly shaped polygon. By visual center, I …
polygon pointI have a convex polygon (typically just a rotated square), and I know all of 4 points. How do I determine …
java geometry polygonI am looking for an accurate algorithm or a service to calculate surface area on earth where points are calculated …
google-maps map google-maps-api-3 gps polygonThe polygon is given as a list of Vector2I objects (2 dimensional, integer coordinates). How can i test if a …
geometry polygon hittestI have two matrices Tri and V for faces (Nx3) and vertices (Mx3) of polygons that I want to plot. …
python matplotlib plot polygon