-
==> Installing ladislavb/therion/therion
==> cmake ..
==> make install
Last 15 lines from /Users/iro/Library/Logs/Homebrew/therion/02.make:
make[1]: *** Waiting for unfinished jobs....
[ 14%] Bui…
-
Test platform: Nvidia Orin NX, Ubuntu 20.04.
The polyhedra is illegally visualized.
![Screenshot from 2024-04-25 13-32-17](https://github.com/ZJU-FAST-Lab/GCOPTER/assets/52597530/703a2ab4-e89e-4805-…
-
https://github.com/karimnaaji/3d-quickhull/blob/498df74b117443226c4e3c482728bbe1d7127150/quickhull.h#L1147-L1149
Hi there,
First of all very very nice codebase! this is realy quality work!
Howe…
-
in a fresh julia session (Version 0.6.0 (2017-06-19 13:05 UTC)), i'm getting errors:
```julia
julia> using Compat, QuickHull
julia> Pkg.test("QuickHull")
INFO: Testing QuickHull
ERROR: LoadEr…
-
I'm hearing from many materials-science colleagues that we need to have polyhedra rendering.
This probably requires 'quickhull' processing to find the vertices.
https://github.com/akuukka/quickhul…
-
### What happened?
I was using the crafting hammer and making a sail with 3 points - I was testing to see how placing sails worked. I placed it on the deck of my ship. But now it won't delete and …
-
Based on Xin's "Clustering_graph" slides.
notes: https://www.phy.bnl.gov/bnlif/cgi-bin/private/ShowDocument?docid=369
- [x] JudgeSeparateDec_1
- [x] PCA
- [x] validation
- [x] JudgeSeparateDec_2
…
-
Stack trace:
/static/webassets/packed_plugins.js in QuickHull.computeExtremes at line 12890:34
/static/webassets/packed_plugins.js in QuickHull.computeInitialHull at line 12948:33
/static/webassets…
-
## Algorithm variations
Note that all parallel variations do not require much code to be written they consists of a few functions calls to the correct algorithms and some data passing which is the sa…
f4z3r updated
6 years ago
-
For GeometryOps, I need three things fundamentally:
1. distance calculations
2. arc intersections (maybe robust, maybe not)
3. interpolation along the arc
It looks like SphericalGeodesics.jl is …