public HalfEdge(Edge e, Orientation orientation) { Initialize(e, orientation); }
public static double CompareSitesDistances(Edge e0, Edge e1) { return(-CompareSitesDistances_MAX(e0, e1)); }