Directions as CGAL Vector_3, more robust points

This commit is contained in:
Ken Arroyo Ohori
2017-02-07 19:50:51 -06:00
parent e1702fc0cf
commit bae84b6753
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -46,6 +46,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 std::vector<Kernel::Point_3> *cgal_curve_t;
typedef std::vector<Kernel::Point_3> *cgal_wire_t;