ruby-math 0.2.2

A simple 3D math library for games and graphics
Documentation
1
2
3
4
5
6
7
#[macro_use]
mod macros;

pub mod algebra;
pub mod color;
pub mod geometry;
pub mod sampling;