View source: R/Intersections.R
intersectionCircleCircle | R Documentation |
Return the intersection of two circles.
intersectionCircleCircle(circ1, circ2, epsilon = sqrt(.Machine$double.eps))
circ1, circ2 |
two |
epsilon |
a small positive number used for the numerical accuracy |
NULL
if there is no intersection,
a point if the circles touch, a list of two points if the circles meet at
two points, a circle if the two circles are identical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.