ObservablePoint.copyTo method
ObservablePoint › copyTo
Unofficial
Copies x and y into the given point.Signature:
copyTo(p: U): UParameters:
| Parameter | Type | Description |
|---|---|---|
| p | U | The point to copy into. |
Returns: U — The target point.
ObservablePoint › copyTo
Unofficial
Copies x and y into the given point.Signature:
copyTo(p: U): UParameters:
| Parameter | Type | Description |
|---|---|---|
| p | U | The point to copy into. |
Returns: U — The target point.