pythagore 0.8.3

Mathematics tools for simple geometry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod dimension_bounds;
mod holds;
mod intersection;
mod is_range_empty;
mod overlaps;
mod point_bounds;
mod walkable;

pub use dimension_bounds::DimensionBounds;
pub use holds::Holds;
pub use intersection::Intersection;
pub use is_range_empty::IsRangeEmpty;
pub use overlaps::Overlaps;
pub use point_bounds::PointBounds;
pub use walkable::Walkable;