intersection_two_circles {CirclesIntersections}R Documentation

Auxiliary functions for computing circle intersection areas

Description

'intersection_two_circles()' Function for the the area of intersection of two circles.

'intersection_three_circles()' Function for the area of intersection of three circles.

Usage

intersection_two_circles(centers_x, centers_y, radii)

intersection_three_circles(centers_x, centers_y, radii)

Arguments

centers_x, centers_y, radii

Numeric vectors of length N with the x, y coordinates of the center, and the radius of the circles.

Value

The area of intersection of the circles is computed.


[Package CirclesIntersections version 1.1 Index]