geomerative
index
Name
scale ( )
Examples
None available
Description
Use this to scale the point.
Syntax
scale(sx, sy); scale(s);
Parameters
sx
float, the scaling coefficient over the x axis
sy
float, the scaling coefficient over the y axis
s
float, the scaling coefficient for a uniform scaling
s
RPoint, the scaling vector
Returns
None
Usage
Geometry
Related
transform ( )
translate ( )
rotate ( )