Move/translate the shape to location (x, y, z).
Move/translate the shape to location (x, y, z).
the shape/object to move
the point (x, y, z)-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, d) 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 depth
The
Transform3D
trait provides a simple technique for transforming (translation, scaling and rotation) rectangular shapes.