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

Add functions to compute discrete curvature #6088

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

sloriot
Copy link
Member

@sloriot sloriot commented Oct 28, 2021

Add internal functions to compute discrete curvature

@sloriot
Copy link
Member Author

sloriot commented Oct 28, 2021

Shall we plug it in the display plugin ?

@lrineau
Copy link
Member

lrineau commented Oct 28, 2021

Shall we plug it in the display plugin ?

That would be a nice way to evaluate the code.

@sloriot
Copy link
Member Author

sloriot commented Oct 29, 2021

Done. Here is what it looks like
Screenshot from 2021-10-29 12-07-39
Screenshot from 2021-10-29 12-08-00

const Vector_3 cross = cross_product(v0, v1);
const FT sqcn = squared_length(cross);
if(dot == FT(0))
ki += CGAL_PI/FT(2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this will compile with Epeck.

@afabri
Copy link
Member

afabri commented Dec 10, 2021

Is that going to be documented and submitted as a small feature?

@MaelRL MaelRL added the Not yet approved The feature or pull-request has not yet been approved. label Dec 23, 2021
@MaelRL MaelRL modified the milestones: 5.5-beta, 5.6-beta Mar 28, 2022
@MaelRL MaelRL modified the milestones: 5.6-beta, 5.7-beta Mar 31, 2023
@janetournois janetournois modified the milestones: 6.0-beta, 6.1-beta May 16, 2024
@MaelRL MaelRL removed the Stalled label Dec 9, 2024
@sloriot
Copy link
Member Author

sloriot commented Dec 23, 2024

Successfully tested in CGAL-6.1-Ic-45

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.

5 participants