Optional
axis: number = 0which axis to sweep along
Optional
epsilon: number = EPSILONan optional epsilon
an array of event objects, each event contains:
Perform a line sweep through the vertices of a graph, the default direction is to sweep along the +X axis. This method will sort the vertices along the sweep direction and group those which have a similar value within an epsilon. This is not interchangeable with getVerticesClusters, this only clusters vertices along one axis, it does not make vertices clusters.
a FOLD object