I currently have a program that takes in a set of points, triangulates it using CGAL, and then extracts the convex hull of these points. However, I was wondering, instead of finding the convex hull of the points, how can I create a triangulation such that all points are on the convex hull of the triangulation? I don't want any code, but was wondering how I would go about implementing this in CGAL. Please let me know if you need any more clarification, and any help would be awesome!