-
## Issue Details
We demonstrates (possibly) a bug of Minkowski Sum calculation using `minkowski_sum_by_decomposition_2()` implemented in CGAL 5.2.2. We construct a Polygon_with_holes_2, which conta…
-
Should we use quantimpy? Or can we do a rewrite to reduce package dependencies?
-
In `sklearn.neighbors.graph`, the `_check_params` function is called by both of the graph methods in the module. The idea seems to be to ensure that when the neighbors are precomputed that the paramet…
-
**Description**
Erasing faster skips some strokes.
**To Reproduce**
Steps to reproduce the behavior:
1. Open Rnote
2. Draw some lines or anything
3. Run the eraser over the lines slowly …
-
This relatively simple polyhedron reliably segfaults OpenSCAD 2015.03.03 on Arch.
```
points = [
[0,0,0],
[0.5,0,0.5],
[0,0.5,0.5],
[-0.5,0,0.5],
[0,-0.5,0.5],
[0,0,1]
];
faces = [
[…
Chais updated
3 months ago
-
The first function is in 2D Minkowski Sums, the second function in Straight Skeletons.
We suggest to replace the latter by straight_skeleton_offset_polygons_2()
We stick to plural as it does not ge…
-
`Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h`
For maintenance reasons, we should merge the two implementations!
-
I'd love to see how to implement a minkowski sum for a convex polygon and a circle so that you could thicken the polygon. Here's a [youtube link with a visual description of the result](https://www.yo…
-
This is a meta issue collecting everything needed or wanted to be able to make our Manifold integration release ready.
We may want to ship with Manifold before all of these issues are addressed, in w…
-
In #148 we added functions like `minkowski_sum`.
(The following is copied from the discussion started in #174.)
Why did we not add a `MinkowskiSum` constructor for `Zonotope`s?
Answer: Because we…