Returns true if a or b overlap, are equal, or a contains b. A circle can be checked for intersections with another CirclePositioned, Point or RectPositioned.
a
b
Use intersections to find the points of intersection.
intersections
Circle
Circle or point to test
Optional
True if circle overlap
Returns true if
a
orb
overlap, are equal, ora
containsb
. A circle can be checked for intersections with another CirclePositioned, Point or RectPositioned.Use
intersections
to find the points of intersection.