Skeleton for planes+halfspaces. Might be wrong.

This commit is contained in:
Ken Arroyo Ohori
2017-03-07 14:30:48 -06:00
parent 27d8e86024
commit 3f94d4af37
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
typedef Kernel::Aff_transformation_3 cgal_placement_t;
typedef Kernel::Point_3 cgal_point_t;
typedef Kernel::Vector_3 cgal_direction_t;
typedef Kernel::Plane_3 cgal_plane_t;
typedef std::vector<Kernel::Point_3> cgal_curve_t;
typedef std::vector<Kernel::Point_3> cgal_wire_t;