intersectionCircleCircle: Intersection of two circles

View source: R/Intersections.R

intersectionCircleCircleR Documentation

Intersection of two circles

Description

Return the intersection of two circles.

Usage

intersectionCircleCircle(circ1, circ2, epsilon = sqrt(.Machine$double.eps))

Arguments

circ1, circ2

two Circle objects

epsilon

a small positive number used for the numerical accuracy

Value

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.


PlaneGeometry documentation built on Aug. 10, 2023, 1:09 a.m.