Scaling
The scaling transformation works by suffixing x
with the scale factor, for example x2
would double the size of the object, while x0.5
would halve the size of the object.
Example
with animation
square->x2->circle->x3
The scaling transformation works by suffixing x
with the scale factor, for example x2
would double the size of the object, while x0.5
would halve the size of the object.
with animation
square->x2->circle->x3