1
0
Fork 0

more point docs updates

This commit is contained in:
Sanne Kalkman 2021-11-06 18:20:45 +01:00
parent 3b802a5b6a
commit 57048ecf1b
10 changed files with 63 additions and 38 deletions

View file

@ -2,7 +2,7 @@
title: Point.clone()
---
A point's `clone()` method returns a new `Point` with the same coordinates and attributes as the original point.
Returns a new `Point` with the same coordinates and attributes as the original point.
```js
Point point.clone()