Previous Up Next

25.12.2  Translation in space

See Section 24.14.2 for translations in the plane.

The translation command creates a translation.

Examples

t:=translation([1,1,1]); S:=sphere([0,0,0],0.5); color(S,blue),t(S)
translation([1,1,1],S)

Previous Up Next