#include <Qhull.h>
◆ ComputeConvexHull()
std::tuple< std::shared_ptr< TriangleMesh >, std::vector< size_t > > open3d::geometry::Qhull::ComputeConvexHull |
( |
const std::vector< Eigen::Vector3d > & |
points | ) |
|
|
static |
◆ ComputeDelaunayTetrahedralization()
std::tuple< std::shared_ptr< TetraMesh >, std::vector< size_t > > open3d::geometry::Qhull::ComputeDelaunayTetrahedralization |
( |
const std::vector< Eigen::Vector3d > & |
points | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/yixing/repo/Open3D/src/Open3D/Geometry/Qhull.h
- /home/yixing/repo/Open3D/src/Open3D/Geometry/Qhull.cpp