Previous Up Next

27.12.5  Homothety in space

See Section 26.14.5 for homotheties in the plane.

A homothety is a dilation about a given point. The homothety command creates a homothety.

Examples

h:=homothety(point(0,0,0),2); S:=sphere([0,0,0],0.5); color(S,blue),h(S)
homothety(point(0,0,0), 2, S)

Previous Up Next