-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…
-
Bowing to customer demand, having stabilised core functionality, it's time to revisit polygons.
Polygons usually seemed too much to take on with limited resources, as they introduce too many complexi…
-
When the start or end point is on the boundary of a polygon, `VisGraph.shortest_path()` throws an error, as demonstrated in this test case:
```
import pyvisgraph as vg
polys = [[vg.Point(3.0,2.0), …
-
## 🚀 Feature
The polygon function in the Labels layer and the polygon function in the Shapes layer should both have the same type of user interaction controls.
## Motivation
The motivation for …
-
## Expected behavior and actual behavior.
`intersection` unexpectedly raises a RuntimeWarning.
This script:
```
import shapely
a = shapely.from_wkt('POLYGON ((110 110, 110 100, 100 100, 100 110, …
emlys updated
3 weeks ago
-
### Problem Statement
In the vast majority of cases, only markers and polygons are used in the web UI to add/edit geometries. Partners are sometimes confused by the draw line and draw a rectangle o…