完整凸包算法,标准C++编译,包含注释完整有效,内涵博客链接。
2023-02-11 14:44:50 3KB C++ 凸包算法
1
凸壳算法 在 Rust 中实现,带有可视化工具。用于更好地了解 Rust、cgmath 和 glium 的玩具项目。
2022-06-11 18:06:30 12KB 算法 rust
convhull_3d:Quickhull算法的仅标头C实现,用于构建3-D凸包
1
埃及的牛人写的.. Imagine that you have a piece of wood and a number of metal pins come out from it randomly (as in the above image), and you picked up an elastic rubber band and open it wide with your hand to contain all the metal pins and let it go. You will observe t hat the elastic rubber band will shrink and snap around the metal pins (only the outer metal pins). These outer segments of the elastic band form the convex hull.
2021-12-01 15:49:13 79KB convex hull
1
埃及的牛人写的.. Imagine that you have a piece of wood and a number of metal pins come out from it randomly (as in the above image), and you picked up an elastic rubber band and open it wide with your hand to contain all the metal pins and let it go. You will observe that the elastic rubber band will shrink and snap around the metal pins (only the outer metal pins). These outer segments of the elastic band form the convex hull.
2021-11-26 10:37:03 23KB 凸包 convex hull
1
这是一个计算三维convex hull凸体体积和面积的程序,很好用,值得研究
2021-05-31 20:36:41 1KB 三维 convex hull 体积
1