-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 curvatures #6088
base: master
Are you sure you want to change the base?
Conversation
Shall we plug it in the display plugin ? |
That would be a nice way to evaluate the code. |
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/curvature.h
Outdated
Show resolved
Hide resolved
const Vector_3 cross = cross_product(v0, v1); | ||
const FT sqcn = squared_length(cross); | ||
if(dot == FT(0)) | ||
ki += CGAL_PI/FT(2); |
There was a problem hiding this comment.
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.
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/curvature.h
Outdated
Show resolved
Hide resolved
Is that going to be documented and submitted as a small feature? |
Successfully tested in CGAL-6.1-Ic-45 |
This pull-request was previously marked with the label |
Successfully tested in CGAL-6.1-Ic-66 |
Summary of Changes
Add functions to compute discrete curvatures.
Tentative TODO:
Release Management
Polygon_mesh_processing