ruby-math 0.2.2

A simple 3D math library for games and graphics
Documentation
1
2
3
4
5
mod ray;
pub use ray::{ray, Ray};

mod bounds3;
pub use bounds3::Bounds3;