ยค moveDrawCommand, moveDrawCommands

Geometry, part 2

Types

moveDrawCommand :: DrawCommand -> Point -> DrawCommand
moveDrawCommands :: [DrawCommand] -> Point -> [DrawCommand]

Description

These functions move (translate) drawing commands.

See Also

The type class Move for movable things.