|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|

命名空间 | |
| vde | |
| vde::mesh | |
函数 | |
| TetrahedronMesh | vde::mesh::alpha_shapes (const std::vector< Point3D > &points, double alpha) |
| Alpha Shapes 点云表面重建 更多... | |
| std::pair< std::vector< Point3D >, std::vector< std::array< int, 3 > > > | vde::mesh::alpha_shapes_surface (const TetrahedronMesh &tet_mesh) |
| 将 Alpha Shapes 四面体网格的表面提取为三角形网格 更多... | |