volren-core 0.2.0

Core data types, camera, transfer functions, and interaction for volren-rs
Documentation
1
2
3
4
5
//! Math utilities.

pub mod aabb;

pub use aabb::Aabb;