Package-level declarations

Types

Link copied to clipboard
class BoxedPointOrEdge(val bounds: Rectangle, val index: Int, val type: Int, val listIndex: Int)

Functions

Link copied to clipboard
Link copied to clipboard
fun sortAndSweepBipartite(points: List<BoxedPointOrEdge>, edges: List<BoxedPointOrEdge>, onIntersect: (Int, Int) -> Unit)