geomerative
index
 
Name scale ( )
Examples
None available
Description Use this to apply a scaling to the matrix.
Syntax
scale(sx, sy);
scale(s);
scale(sx, sy, vx, vy);
scale(s, vx, vy);
scale(sx, sy, v);
scale(s, v);
Parameters
sx   float, x coordinate scaling
sy   float, y coordinate scaling
s   float, scaling
vx   float, x coordinate of the center of the scaling
vy   float, y coordinate of the center of the scaling
v   float, point of the center of the scaling
Returns None
Usage Geometry
Related rotate ( )
translate ( )
shear ( )