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.sitsRoughlyOn()
|
|||
|
||||
Returns `true` if this point has roughly (rounded to the nearest millimeter) the same coordinates as the one you pass to it.
|
||||
|
||||
## Point.sitsRoughlyOn() signature
|
||||
|
||||
```js
|
||||
bool point.sitsRoughlyOn(Point check)
|
||||
```
|
||||
|
@ -17,6 +19,8 @@ that this one rounds things down to the nearest integer (thus mm) before checkin
|
|||
|
||||
</Note>
|
||||
|
||||
## Point.sitsRoughlyOn() example
|
||||
|
||||
<Example
|
||||
part="point_sitsroughlyon"
|
||||
caption="An example of the Point.sitsRoughlyOn() method"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue