Function
Returns a transform that translates all points by dx in the x direction and dy in the y direction.
make-translation-transform dx dy => transform
<real>.
<real>.
<transform>.
duim-geometryduim-geometryReturns a transform that translates all points by dx in the x direction and dy in the y direction.
The argument dx represents the delta by which to translate the x coordinate.
The argument dy represents the delta by which to translate the y coordinate.
A translation is a transform that preserves length, angle, and orientation of all geometric entities.
make-reflection-transform, page 37
make-rotation-transform, page 39