-
- All Implemented Interfaces:
public final class RectangleExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, P extends Position2D<P>> Map<Node<T>, P>intersectingNodes(Rectangle $self, Map<Node<T>, P> nodes, Wormhole2D<P> wormhole)Returns the nodes intersecting with the caller rectangle. final static Booleancontains(Rectangle $self, Point point)Returns whether the Rectangle contains point. -
-
Method Detail
-
intersectingNodes
final static <T extends Any, P extends Position2D<P>> Map<Node<T>, P> intersectingNodes(Rectangle $self, Map<Node<T>, P> nodes, Wormhole2D<P> wormhole)
Returns the nodes intersecting with the caller rectangle.
-
-
-
-