getMonotoneChainEdge method

MonotoneChainEdge getMonotoneChainEdge()

Implementation

MonotoneChainEdge getMonotoneChainEdge() {
  if (mce == null) mce = new MonotoneChainEdge(this);
  return mce!;
}