Previous Up Next

26.14.3  Reflections in the plane

See Section 27.12.3 for reflections in space.

The reflection command creates a reflection.

Examples

rf:=reflection(-1); rf(1+i)

or:

reflection(-1,1+i)
L:=line(-1,i,color=blue); P:=point(1+i); Q:=reflection(L,P)

Previous Up Next