getNodesWithin

abstract fun getNodesWithin(shape: Shape<P, A>): List<Node<T>>

Gets all nodes whose shape.intersect is true for the given shape.

Return

the set of nodes colliding with the given shape

Parameters

shape

the shape