CGAL 6.0 - Polygon Mesh Processing
|
#include <CGAL/Polygon_mesh_processing/interpolated_corrected_curvatures.h>
a struct for storing principal curvatures and directions.
GT | is the geometric traits class, model of Kernel . |
Public Member Functions | |
Principal_curvatures_and_directions (typename GT::FT min_curvature, typename GT::FT max_curvature, typename GT::Vector_3 min_direction, typename GT::Vector_3 max_direction) | |