I recently got started with CGAL for implementing some models which required 2D and 3D periodic regular triangulations (weighted Delaunay or power diagram). I have made some progress with the 3D periodic regular triangulations with this class.
But I couldn't any similar class from CGAL for the 2D case and since I am new to the CGAL package, I am quite unsure on how to adapt the existing code database to help me with my case. Any help with adapting the code or pointers to the packages which can help me with implementing 2D Periodic regular triangulations will be appreciated!