curvo 0.1.88

NURBS modeling library
Documentation
pub mod binomial;
pub mod curvature;
pub mod end_points;
pub mod floating_point;
pub mod frenet_frame;
pub mod invertible;
pub mod line;
pub mod line_string_helper;
pub mod orientation;
pub mod plane;
pub mod polygon_boundary;
pub mod ray;
pub mod segment;
pub mod transformable;
pub mod transpose;
pub mod trigonometry;

pub use curvature::*;
pub use end_points::*;
pub use floating_point::*;
pub use invertible::*;
pub use line::*;
pub use line_string_helper::*;
pub use orientation::*;
pub use plane::*;
pub use polygon_boundary::*;
pub use ray::*;
pub use segment::*;
pub use transformable::*;
pub use transpose::*;
pub use trigonometry::*;