midCircles | R Documentation |
Return the mid-circle(s) of two circles.
midCircles(circ1, circ2)
circ1, circ2 |
|
A mid-circle of two circles is a generalized circle (i.e. a circle or a line) such that the inversion on this circle swaps the two circles. The case of a line appears only when the two circles have equal radii.
A Circle
object, or a Line
object, or a list of two
such objects.
inversionSwappingTwoCircles
circ1 <- Circle$new(c(5,4),2)
circ2 <- Circle$new(c(6,4),1)
midcircle <- midCircles(circ1, circ2)
inversionFromCircle(midcircle)
inversionSwappingTwoCircles(circ1, circ2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.