Esempio n. 1
0
 public void ComputeOverlaps(MonotoneChain mc, MonotoneChainOverlapAction mco)
 {
     ComputeOverlaps(start, end, mc, mc.start, mc.end, mco);
 }
Esempio n. 2
0
 /// <summary> This function can be overridden if the original chain is needed</summary>
 public virtual void Select(MonotoneChain mc, int start)
 {
     mc.GetLineSegment(start, selectedSegment);
     Select(selectedSegment);
 }