Component.intersect

Checks whether the component intersects with a point.

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

Parameters

p
Type: Point

The point to check for intersection with.

Return Value

Type: bool

True if the component intersects with a point.

Meta