Skip to content

Commit 3d02491

Browse files
Update README.md, adding bboxSize to toc
1 parent 59896f4 commit 3d02491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Bounding boxes, or rectangular extents, are represented as an array of 4 numbers
1111
- [bboxArea](#bboxArea)
1212
- [bboxArray](#bboxArray)
1313
- [bboxPoint](#bboxPoint)
14+
- [bboxSize](#bboxSize)
1415
- [booleanContains](#booleanContains)
1516
- [booleanContainsPoint](#booleanContainsPoint)
1617
- [booleanIntersects](#booleanIntersects)
@@ -339,4 +340,4 @@ preciseDensePolygon(bbox, { density: [359, 179] }); // add 359 points to top and
339340

340341
preciseDivide([0, 9, 50, 200], [3, 4], { ellipsis: true })
341342
["0", "2.25", "16.666...", "50"]
342-
```
343+
```

0 commit comments

Comments
 (0)