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