setTo(x, y, diameter) → {Circle}
Sets the members of Circle to the specified values.
Parameters
Name | Type | Description |
---|---|---|
x | number | The x coordinate of the center of the circle. |
y | number | The y coordinate of the center of the circle. |
diameter | number | The diameter of the circle. |
Returns
Circle -
This circle object.
- Source code: geom/Circle.js (Line 109)
Please login to continue.