Expand description
Transformation, simplification and decomposition of meshes.
Modules§
- utils
- Low-level utilities for mesh and geometry generation.
- vhacd
- Approximate convex decomposition using the VHACD algorithm. Approximate Convex Decomposition using the V-HACD algorithm.
- voxelization
- Voxelization of a 2D polyline or 3D triangle mesh. Voxelization of 2D and 3D shapes.
Structs§
- Polygon
Intersection Tolerances - Tolerances for polygon intersection algorithms.
Enums§
- Polygons
Intersection Error - Error type for polygon intersection operations.
- Polyline
Point Location - Location of a point on a polyline.
Functions§
- convex_
hull - Computes the convex hull of a set of 2d points.
- convex_
hull_ idx - Computes the convex hull of a set of 2d points and returns only the indices of the hull vertices.
- convex_
polygons_ intersection - Computes the intersection of two convex polygons with closure-based output.
- convex_
polygons_ intersection_ points - Computes the intersection points of two convex polygons.
- convex_
polygons_ intersection_ points_ with_ tolerances - Computes the intersection points of two convex polygons with custom tolerances.
- convex_
polygons_ intersection_ with_ tolerances - Computes the intersection of two convex polygons with custom tolerances and closure-based output.
- hertel_
mehlhorn - The Hertel-Mehlhorn algorithm.
- hertel_
mehlhorn_ idx - Internal implementation of the Hertel-Mehlhorn algorithm that returns the polygon indices.
- polygons_
intersection - Computes the intersection of two possibly non-convex polygons with closure-based output.
- polygons_
intersection_ points - Computes the intersection points of two possibly non-convex polygons.