Crates.io | fart-aabb |
lib.rs | fart-aabb |
version | 0.4.0 |
source | src |
created_at | 2019-03-21 03:09:19.691505 |
updated_at | 2019-12-19 06:10:35.538216 |
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-aabb
2-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.