Skip to content

Commit ed877e9

Browse files
committed
Merge branch 'main' of github.com:DanielJDufour/bbox-fns into main
2 parents 168a094 + 3d02491 commit ed877e9

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)
@@ -362,4 +363,4 @@ preciseDensePolygon(bbox, { density: [359, 179] }); // add 359 points to top and
362363

363364
preciseDivide([0, 9, 50, 200], [3, 4], { ellipsis: true })
364365
["0", "2.25", "16.666...", "50"]
365-
```
366+
```

0 commit comments

Comments
 (0)