Learn R Programming

PlaneGeometry (version 1.6.0)

inversionKeepingCircle: Inversion keeping a circle unchanged

Description

Return an inversion with a given pole which keeps a given circle unchanged.

Usage

inversionKeepingCircle(pole, circ)

Value

An Inversion object.

Arguments

pole

inversion pole, a point

circ

a Circle object

Examples

Run this code
circ <- Circle$new(c(4,3), 2)
iota <- inversionKeepingCircle(c(1,2), circ)
iota$transformCircle(circ)

Run the code above in your browser using DataLab