MonotoneChainEdge constructor

MonotoneChainEdge(
  1. Edge e
)

Implementation

MonotoneChainEdge(this.e) {
  pts = e.getCoordinates();
  MonotoneChainIndexer mcb = new MonotoneChainIndexer();
  startIndex = mcb.getChainStartIndices(pts);
}