-
Hi, I'm doing some customized refinement of a periodic 3D Delaunay triangulation. Do we have an internal way to insert a periodic point outside the cuboid? I can write a small function to do that, but I was wondering if there is a more robust mechanism already implemented in CGAL. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
MaelRL
Dec 11, 2023
Replies: 1 comment
-
You can have a look at the function robust_canonicalize_point. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gy114
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can have a look at the function robust_canonicalize_point.