Make Compare_offset_against_event_time() public

This commit is contained in:
Mael Rouxel-Labbé 2023-02-09 23:16:35 +01:00
parent 8081822670
commit f58cd7fb9d
1 changed files with 2 additions and 1 deletions

View File

@ -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<Point_2> Construct_offset_point( FT aT, Halfedge_const_handle aBisector ) const
{
CGAL_assertion(aBisector->is_bisector());