Beispiel #1
0
 public void ComputeIntersections(MonotoneChain mc,
                                  SegmentIntersector si)
 {
     this.mce.ComputeIntersectsForChain(chainIndex,
                                        mc.mce, mc.chainIndex, si);
 }