Expand description
3D geometric calculations for convex hull operations
This module provides utility functions for 3D geometric computations commonly used in convex hull algorithms.
Functionsยง
- compute_
polyhedron_ surface_ area - Compute the surface area of a 3D polyhedron
- compute_
polyhedron_ volume - Compute the volume of a 3D polyhedron using triangulation from centroid
- cross_
product_ 3d - Compute cross product of two 3D vectors
- dot_
product_ 3d - Compute dot product of two 3D vectors
- normalize_
3d - Normalize a 3D vector
- tetrahedron_
volume - Compute the signed volume of a tetrahedron
- triangle_
area_ 3d - Compute the area of a 3D triangle
- vector_
magnitude_ 3d - Compute the magnitude of a 3D vector