-
Hi,
Beginner Rust and Bevy developer here!
I don't see why RegularPolygons are extrudable and Polygons are not extrudable https://docs.rs/bevy/latest/bevy/render/mesh/trait.Extrudable.html
T…
-
Depending on if we set BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE, either difference or intersection fail for some of our test scenarios.
The test case for difference:
MULTIPOLYGON(((-2.0 -1.5, 2.0 -…
-
```
"dependencies": {
"@turf/turf": "^7.1.0"
}
```
The code:
```
import * as turf from "@turf/turf";
const multipolygon = turf.multiPolygon([[[[20.9619141,52.2950423],[20.9838867,5…
-
Hello,
When computing the overlap area of two polygons I some times find values which are far too large.
I could show that when increasing the number of points defining one of the polygons, then s…
-
finding intersection points for an irregular polygon gives center point as intersection point
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
## Expected behavior and actual behavior.
For these two polygons which touch at an edge, a.intersection(b) and b.intersection(a) should give the same result.
![sbug](https://user-images.githubuser…
-
It occurs to me that we don't actually have these yet, would be good to do. They are implemented for DE-9IM ops (contains, within, disjoint, intersects, etc) but not for intersection, difference, and…
-
I have a polygon and line which intersects at the very corner, the intersection result is much larger than it should be. The godbolt repro is here: https://godbolt.org/z/TEEaqvcT1
Polygon(red) and …
-
When I run the following json file,
```json
{
"description": "Processing OSM data",
"input": {
"area" : 100000,
"timeout": 9000,
"maxsize":4294967296,
"locations"…