findCollisions

fun findCollisions(nodes: List<Node>, solveCollision: (Int, Int) -> Unit)(source)