geo-nd 0.6.4

Traits and types particularly for 2D and 3D geometry with implementations for [float] and optionally SIMD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod point;
mod bezier;
mod rectangle;
mod polygon;
mod transform;

pub use self::transform::Transform;
pub use self::point::{Point, Range};
pub use self::bezier::Bezier;
pub use self::rectangle::{Rectangle, Float4};
pub use self::polygon::Polygon;