Crates.io | beebox |
lib.rs | beebox |
version | 0.1.1 |
source | src |
created_at | 2016-09-25 13:44:11.414165 |
updated_at | 2016-10-02 13:25:56.322705 |
description | Axis-aligned bounding box (AABB), biased towards ray tracing |
homepage | |
repository | https://github.com/rkruppe/beebox.rs |
max_upload_size | |
id | 6618 |
size | 28,747 |
This crate provides yet another axis-aligned bounding box (AABB).
It is geared towards ray tracing and loosely based on the BBox
class from
Physically Based Rendering - From Theory To Implementation (second edition)
by Matt Pharr and Greg Humphreys.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.