add subheadings for consistency
This commit is contained in:
parent
fbd4b4d5f2
commit
1a7ae1d669
16 changed files with 64 additions and 0 deletions
|
@ -4,6 +4,8 @@ title: Point.clone()
|
|||
|
||||
Returns a new `Point` with the same coordinates and attributes as the original point.
|
||||
|
||||
## Point.clone() signature
|
||||
|
||||
```js
|
||||
Point point.clone()
|
||||
```
|
||||
|
@ -17,6 +19,8 @@ The [`Point.copy()`](reference/api/point/copy/) method will only copy the point'
|
|||
|
||||
</Note>
|
||||
|
||||
## Point.clone() example
|
||||
|
||||
<Example
|
||||
part="point_clone"
|
||||
caption="An example of the Point.clone() method"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue