diff --git a/Cartesian_kernel/include/CGAL/Cartesian_converter.h b/Cartesian_kernel/include/CGAL/Cartesian_converter.h index 17f4932ad07..3bcacd20aa8 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian_converter.h +++ b/Cartesian_kernel/include/CGAL/Cartesian_converter.h @@ -283,7 +283,7 @@ public: operator()(const typename K1::Line_3 &a) const { typedef typename K2::Line_3 Line_3; - return Line_3(operator()(a.point()), operator()(a.direction())); + return Line_3(operator()(a.point()), operator()(a.to_vector())); } typename K2::Ray_3