Circonflexe
Circonflexe
This is certainly something I will try (once I feel the code has stabilized enough to at least compile the examples in the docs)
I wrote a short paragraph on this topic, it should be online within a few minutes. (Sorry for the late reply — this package is a hobby project and I...
The actual plotting is done by `CairoMakie`, so this is how it should be done: using ConstructiveGeometry, FileIO, CairoMakie save("/tmp/a.png", sphere(10)) (I guess I could add an error message when...
I re-enabled CompatHelper. However, since GLPK is used only through Polyhedra.jl, I am not sure how to replace it by HiGHS; if you think you can do it, please feel...
I am indeed trying to write a proof of concept, although 1) it will start by implementing only a small subset and 2) don't expect it too soon...
So I have written some code that makes these two functions (Minkowski sum and difference) visible in the `Clipper_jll.jl` library. What is the procedure for submitting a PR on this...
I agree that passing vectors instead of structures is much better (I wrote some wrappers in my own code), since vectors natively support linear algebra for example. However for point...