Skip to content

ObservablePoint.copyTo method

ObservablePoint › copyTo

Unofficial

Copies x and y into the given point.

Signature:

copyTo(p: U): U

Parameters:

Parameter Type Description
p U The point to copy into.

Returns: UThe target point.