1
0
Fork 0

add subheadings for consistency

This commit is contained in:
Sanne Kalkman 2021-11-06 19:03:54 +01:00
parent fbd4b4d5f2
commit 1a7ae1d669
16 changed files with 64 additions and 0 deletions

View file

@ -4,10 +4,14 @@ title: Point.dx()
A point's `dx()` method returns the delta (in mm) along the X-axis between this point and the point you pass it.
## Point.dx() signature
```js
float point.dx(Point point)
```
## Point.dx() example
<Example
part="point_dx"
caption="An example of the Point.dx() method"