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