Move/translate the shape to location (x, y).
Move/translate the shape to location (x, y).
the shape/object to move
the point (x, y)-coordinates
Move/translate the shape to location (x, y).
Move/translate the shape to location (x, y).
the shape/object to move
the x-coordinate
the y-coordinate
Rotate the shape by theta radians.
Rotate the shape by theta radians.
the shape/object to rotate
the rotation angle in radians
Scale/resize the shape to the new width and height parameters.
Scale/resize the shape to the new width and height parameters.
the shape/object to scale (change size)
the point (w, h) parameters
Scale/resize the shape to the new width and height parameters.
Scale/resize the shape to the new width and height parameters.
the shape/object to scale (change size)
the width
the height
The
Transform
trait provides a simple technique for transforming (translation, scaling and rotation) rectangular shapes.