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

Bounding_volumes: Use Eigen library in demo #7725

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

afabri
Copy link
Member

@afabri afabri commented Sep 19, 2023

Summary of Changes

The minimal enclosing ellipse represented as center and major and minor axis vectors was not constructed correctly.
I rewrote the function using Eigen.

Release Management

  • Affected package(s): Bounding Volumes
  • License and copyright ownership: unchanged

@afabri
Copy link
Member Author

afabri commented Sep 19, 2023

@HoffmannMichael as the demo also computes the p-center I noticed an assertion on one of the data sets that I committed with your algorithm.

@sloriot
Copy link
Member

sloriot commented Oct 15, 2023

Successfully tested in CGAL-6.0-Ic-84

@lrineau lrineau self-assigned this Oct 16, 2023
@lrineau lrineau added this to the 6.0-beta milestone Oct 16, 2023
@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Oct 16, 2023
@lrineau lrineau merged commit 9cb6e63 into CGAL:master Oct 16, 2023
8 checks passed
@lrineau lrineau deleted the Bounding_volumes-fix_Ellipse-GF branch October 16, 2023 15:38
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants