inversionKeepingCircle | R Documentation |
Return an inversion with a given pole which keeps a given circle unchanged.
inversionKeepingCircle(pole, circ)
pole |
inversion pole, a point |
circ |
a |
An Inversion
object.
circ <- Circle$new(c(4,3), 2)
iota <- inversionKeepingCircle(c(1,2), circ)
iota$transformCircle(circ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.