See Section 26.14.7 for inversions in the plane.
Given a point P and a real number k, the corresponding inversion of a point A is the point A′ on the ray PA satisfying PA·PA′= k2. The inversion command creates inversions.
S:=sphere([0,1,0],0.5); inver:=inversion(point(0,0,0), 2); color(S,blue),inver(S) |
inversion(point(0,0,0),2,S) |