copyTo(dest) → {object}
Copies the x and y properties from this Point to any given object.
Parameters
Name | Type | Description |
---|---|---|
dest | any | The object to copy to. |
Returns
object -
The dest object.
- Source code: geom/Point.js (Line 238)
copyTo(dest) → {object}
Copies the x and y properties from this Point to any given object.
Name | Type | Description |
---|---|---|
dest | any | The object to copy to. |
The dest object.
Please login to continue.