Previous Up Next

26.14.4  Rotation in the plane

See Section 27.12.4 for rotations in space.

The rotation command creates a rotation.

Examples

r:=rotation(i,-pi/3); r(square(0,1)

or:

rotation(i,-pi/3,square(0,1))
rotation(i,-pi/2,line(1+i,-1))

Previous Up Next