updateIMFromEdges method

void updateIMFromEdges(
  1. IntersectionMatrix im
)

Update the IM with the contribution for the EdgeEnds incident on this node.

Implementation

void updateIMFromEdges(IntersectionMatrix im) {
  (edges as EdgeEndBundleStar).updateIM(im);
}