This commit is contained in:
Anirudh Lakhanpal 2025-01-21 19:30:38 +05:30
parent b4a8c00e09
commit d0f7159b9c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ using Point_set = CGAL::Point_set_3<Point>;
using Point_map = Point_set::Point_map;
using Octree = CGAL::Octree<Kernel, Point_set, Point_map>;
int main(int argc, char **argv) {
// Point set will be used to hold our points