CGAL 5.6 - L Infinity Segment Delaunay Graphs
|
#include <Concepts/SegmentDelaunayGraphLinfTraits_2.h>
The class template drawing the \(L_{\infty}\) bisector between two sites.
The class should define a Bisector_type operator()(Site_2 p, Site_2 q)
that returns the \(L_{\infty}\) bisector between sites p
and q
.