Skip to content

How to pass double numbers to Surface_mesh_default_criteria_3? #7182

Answered by stla
stla asked this question in Q&A
Discussion options

You must be logged in to vote

I found:

  FT ab(angle_bound);
  FT rb(radius_bound);
  FT db(distance_bound); 
  CGAL::Surface_mesh_default_criteria_3<Tr> criteria(ab,  // angular bound
                                                     rb,  // radius bound
                                                     db); // distance bound

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant