| inversionSwappingTwoCircles {PlaneGeometry} | R Documentation |
Inversion swapping two circles
Description
Return the inversion which swaps two given circles.
Usage
inversionSwappingTwoCircles(circ1, circ2, positive = TRUE)
Arguments
circ1, circ2 |
|
positive |
logical, whether the sign of the desired inversion power must be positive or negative |
Value
An Inversion object, which maps circ1 to circ2
and circ2 to circ1, except in the case when circ1
and circ2 are congruent and tangent: in this case a Reflection
object is returned (a reflection is an inversion on a line).
[Package PlaneGeometry version 1.6.0 Index]