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