invertConformal

fun Circle.invertConformal(circle: Circle): GeometricPrimitive2D(source)

Performs conformal inversion of another circle.

Conformal inversion is a special type of circle inversion that preserves tangency between circles. If two circles are tangent, their images under conformal inversion will also be tangent.

Return

The conformally inverted circle

Parameters

circle

The circle to invert

Throws

if the circle to be inverted is centered at the center of the inverting circle