powered by
Returns a M<U+00F6>bius transformation mapping a given circle to another given circle.
MobiusMappingCircle(circ1, circ2)
Circle objects
Circle
A M<U+00F6>bius transformation which maps circ1 to circ2.
circ1
circ2
# NOT RUN { library(PlaneGeometry) C1 <- Circle$new(c(0, 0), 1) C2 <- Circle$new(c(1, 2), 3) M <- MobiusMappingCircle(C1, C2) C3 <- M$transformCircle(C1) C3$isEqual(C2) # }
Run the code above in your browser using DataLab