Returns the points of intersection betweeen a and b.
a
b
Returns an empty array if circles are equal, one contains the other or if they don't touch at all.
Circle
Points of intersection, or an empty list if there are none
Returns the points of intersection betweeen
a
andb
.Returns an empty array if circles are equal, one contains the other or if they don't touch at all.