基本上,我将 qhull 用于一些简单的 c++ 实现
dhcp-18-189-48-131:qhull-2012.1_2$ cat sample_input.txt
3 #
4
1 0 0
0 1 0
0 0 1
0 0 0
dhcp-18-189-48-131:qhull-2012.1_2$ qhull sample_input.txt
QH7036 qhull warning: missing space after flag s(73); reserved for menu. Skipped.
但是,我的程序挂起这样的错误....有人可以帮忙吗?谢谢你。