documentationfor yFiles for HTML 2.6

IntersectionAlgorithm

This class calculates the intersection of rectangles in the plane with the help of a sweep-line algorithm.

Inheritance Hierarchy
IntersectionAlgorithm

Remarks

The complexity is O(n log n + s) where n is the number of rectangles and s the number of intersections.

Type Details

yfiles module
algorithms
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.algorithms.IntersectionAlgorithm

Static Methods