From f58cd7fb9dbd9d5a25e2142d89cf08666a843570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 9 Feb 2023 23:16:35 +0100 Subject: [PATCH] Make Compare_offset_against_event_time() public --- Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h b/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h index 9d498c8f7ea..14487d5db0c 100644 --- a/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h +++ b/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h @@ -139,6 +139,7 @@ private: Trisegment_2_ptr GetTrisegment ( Vertex_const_handle aNode ) const ; +public: Comparison_result Compare_offset_against_event_time( FT aT, Vertex_const_handle aNode ) const { CGAL_precondition( aNode->is_skeleton() ) ; @@ -148,7 +149,7 @@ private: return r ; } -public: + boost::optional Construct_offset_point( FT aT, Halfedge_const_handle aBisector ) const { CGAL_assertion(aBisector->is_bisector());