Home
last modified time | relevance | path

Searched refs:normal_projection (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Tetrahedral_remeshing/internal/
H A Dsmooth_vertices.h520 Vector_3 normal_projection in smooth_vertices() local
524 if (boost::optional<Vector_3> mls_projection = project(si, normal_projection)) { in smooth_vertices()
528 final_position = final_position + normal_projection; in smooth_vertices()
637 Vector_3 normal_projection = project_on_tangent_plane(smoothed_position, in smooth_vertices() local
641 if (boost::optional<Vector_3> mls_projection = project(si, normal_projection)) in smooth_vertices()