ruby_math/geometry/
mod.rs

1mod ray;
2pub use ray::{ray, Ray};
3
4mod bounds3;
5pub use bounds3::Bounds3;