Class GeomObj#init
Defined in: raphaelsm.js.
Constructor Attributes | Constructor Name and Description |
---|---|
GeomObj#init(raphael, x, z, size, angle)
Sets basic parameters to created object
|
Class Detail
GeomObj#init(raphael, x, z, size, angle)
Sets basic parameters to created object
- Parameters:
- {Raphael} raphael
- raphael instance
- {float} x
- x coordinate [pixel]
- {float} z
- z coordinate [pixel]
- {float} size
- size [pixel]
- {float} angle
- rotation angle from initial position