geomerative
index
 
Name translate ( )
Examples
None available
Description Use this to apply a translation to the point.
Syntax
translate(tx, ty);
translate(t);
Parameters
tx   float, the coefficient of x translation
ty   float, the coefficient of y translation
t   RPoint, the translation vector to be applied
Returns None
Usage Geometry
Related transform ( )
rotate ( )
scale ( )