| Crates.io | fart-aabb |
| lib.rs | fart-aabb |
| version | 0.4.0 |
| created_at | 2019-03-21 03:09:19.691505+00 |
| updated_at | 2019-12-19 06:10:35.538216+00 |
| description | Axis-aligned bounding box (AABB) tree built on top of the `euclid` crate. |
| homepage | |
| repository | https://github.com/fitzgen/fart/tree/master/crates/aabb |
| max_upload_size | |
| id | 122851 |
| size | 18,499 |
fart-aabb2-dimensional axis-aligned bounding boxes (AABBs) and AABB trees built on top of
euclid for fart. Provides fast-but-imprecise hit detection and
intersection. The AABB trees can map from a bounding box to some other value,
and let you iterate over all overlapping AABBs.