Space.intersect

Checks whether the space intersects with a point.

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

Parameters

p
Type: Point

The point to check for intersection with.

Return Value

Type: bool

If the space intersects with the point.

Meta