pythagore 0.8.3

Mathematics tools for simple geometry
Documentation
1
2
3
4
5
6
7
8
9
10
extern crate nalgebra as na;

pub mod bbox;
pub mod bbox_walker;
pub mod traits;
pub mod wasm;

pub use bbox::BBox;
pub use bbox_walker::BBoxWalker;
pub use traits::{Holds, Intersection, IsRangeEmpty, Overlaps, PointBounds, Walkable};