bounding_box 0.5.0

A library for rectilinear, 2-dimensional bounding boxes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bounding_box
============

<!-- This file has ben generated with build.rs by concatenating docs/links.md,
docs/main.md and (if available docs/end.md). Do not modify this file, instead
modify the components. -->

[`ToBoundingBox`]: https://docs.rs/bounding_box/{{VERSION}}/bounding_box/trait.ToBoundingBox.html
[`BoundingBox`]: https://docs.rs/bounding_box/{{VERSION}}/bounding_box/struct.BoundingBox.html
[`covers_point`]: https://docs.rs/bounding_box/{{VERSION}}/bounding_box/struct.BoundingBox.html#method.covers_point
[`approx_covers_point`]: https://docs.rs/bounding_box/0.4.1/bounding_box/struct.BoundingBox.html#method.approx_covers_point

[![Documentation](https://docs.rs/bounding_box/badge.svg)](https://docs.rs/bounding_box)

A library for rectilinear, 2-dimensional bounding boxes.

The full API documentation is available at https://docs.rs/bounding_box/{{VERSION}}/bounding_box.