mirror of https://github.com/CGAL/cgal
Make Compare_offset_against_event_time() public
This commit is contained in:
parent
8081822670
commit
f58cd7fb9d
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue