manifold
manifold copied to clipboard
Geometry library for topological robustness
### Discussed in https://github.com/elalish/manifold/discussions/957 Originally posted by **wtholliday** September 26, 2024 I would like to add cancellation of boolean operations to the library. Am I correct that no facility currently...
we can do section's and manifold's bool operation. I think add a contains method for 2d/3d ndarray points is useful too.
Hi! Are there any functions to get the oriented (minimal) bounding box? I looked through the Python bindings but found only the normal (axis-aligned) bounding box. If not, could you...