Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute AABB from boundary representation #1871

Merged
merged 7 commits into from
Jun 12, 2023
Merged

Compute AABB from boundary representation #1871

merged 7 commits into from
Jun 12, 2023

Conversation

hannobraun
Copy link
Owner

@hannobraun hannobraun commented Jun 12, 2023

From one of the commit messages:

This is required for computing the tolerance automatically, as the AABB is required for that. With the previous approach of computing the AABB from the mesh, we would have needed the tolerance for the mesh and the mesh for the AABB, forming a circular dependency.

This is another step towards #1868.

This is required for computing the tolerance automatically, as the AABB
is required for that. With the previous approach of computing the AABB
from the mesh, we would have needed the tolerance for the mesh and the
mesh for the AABB, forming a circular dependency.
@hannobraun hannobraun merged commit ebcb223 into main Jun 12, 2023
@hannobraun hannobraun deleted the aabb branch June 12, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant