Space.intersect

Checks whether the space intersects with another space.

  1. bool intersect(Point p)
  2. bool intersect(Space target)
    class Space
    bool
    intersect

Parameters

target Space

The space to check for intersection with.

Meta