mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ce7b2a9d4d
- qhull-8.* has a significantly different API from qhull-7.* in that the only shared libraries are now libqhull_r.so*. - Add conflicts to math/qhull. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull. WWW: http://www.qhull.org
72 lines
2.0 KiB
Plaintext
72 lines
2.0 KiB
Plaintext
bin/qconvex
|
|
bin/qdelaunay
|
|
bin/qhalf
|
|
bin/qhull
|
|
bin/qvoronoi
|
|
bin/rbox
|
|
include/libqhull/DEPRECATED.txt
|
|
include/libqhull/geom.h
|
|
include/libqhull/io.h
|
|
include/libqhull/libqhull.h
|
|
include/libqhull/mem.h
|
|
include/libqhull/merge.h
|
|
include/libqhull/poly.h
|
|
include/libqhull/qhull_a.h
|
|
include/libqhull/qset.h
|
|
include/libqhull/random.h
|
|
include/libqhull/stat.h
|
|
include/libqhull/user.h
|
|
include/libqhull_r/geom_r.h
|
|
include/libqhull_r/io_r.h
|
|
include/libqhull_r/libqhull_r.h
|
|
include/libqhull_r/mem_r.h
|
|
include/libqhull_r/merge_r.h
|
|
include/libqhull_r/poly_r.h
|
|
include/libqhull_r/qhull_ra.h
|
|
include/libqhull_r/qset_r.h
|
|
include/libqhull_r/random_r.h
|
|
include/libqhull_r/stat_r.h
|
|
include/libqhull_r/user_r.h
|
|
include/libqhullcpp/Coordinates.h
|
|
include/libqhullcpp/PointCoordinates.h
|
|
include/libqhullcpp/Qhull.h
|
|
include/libqhullcpp/QhullError.h
|
|
include/libqhullcpp/QhullFacet.h
|
|
include/libqhullcpp/QhullFacetList.h
|
|
include/libqhullcpp/QhullFacetSet.h
|
|
include/libqhullcpp/QhullHyperplane.h
|
|
include/libqhullcpp/QhullIterator.h
|
|
include/libqhullcpp/QhullLinkedList.h
|
|
include/libqhullcpp/QhullPoint.h
|
|
include/libqhullcpp/QhullPointSet.h
|
|
include/libqhullcpp/QhullPoints.h
|
|
include/libqhullcpp/QhullQh.h
|
|
include/libqhullcpp/QhullRidge.h
|
|
include/libqhullcpp/QhullSet.h
|
|
include/libqhullcpp/QhullSets.h
|
|
include/libqhullcpp/QhullStat.h
|
|
include/libqhullcpp/QhullUser.h
|
|
include/libqhullcpp/QhullVertex.h
|
|
include/libqhullcpp/QhullVertexSet.h
|
|
include/libqhullcpp/RboxPoints.h
|
|
include/libqhullcpp/RoadError.h
|
|
include/libqhullcpp/RoadLogEvent.h
|
|
include/libqhullcpp/RoadTest.h
|
|
include/libqhullcpp/functionObjects.h
|
|
lib/cmake/Qhull/QhullConfig.cmake
|
|
lib/cmake/Qhull/QhullConfigVersion.cmake
|
|
lib/cmake/Qhull/QhullTargets-release.cmake
|
|
lib/cmake/Qhull/QhullTargets.cmake
|
|
lib/libqhull_r.so
|
|
lib/libqhull_r.so.8.0
|
|
lib/libqhull_r.so.8.0.2
|
|
lib/libqhullcpp.a
|
|
lib/libqhullstatic.a
|
|
lib/libqhullstatic_r.a
|
|
libdata/pkgconfig/qhull_r.pc
|
|
libdata/pkgconfig/qhullcpp.pc
|
|
libdata/pkgconfig/qhullstatic.pc
|
|
libdata/pkgconfig/qhullstatic_r.pc
|
|
man/man1/qhull.1.gz
|
|
man/man1/rbox.1.gz
|