intersecting Nodes
fun <T, P : Position2D<P>> Rectangle.intersectingNodes(nodes: Map<Node<T>, P>, wormhole: Wormhole2D<P>): Map<Node<T>, P>
Content copied to clipboard
Returns the nodes intersecting with the caller rectangle.
Returns the nodes intersecting with the caller rectangle.