rcgal 0.1.0

Rust Computational Geometry Algorithms Library.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod arc_2;
pub mod circle_2;
pub mod edge_2;
pub mod face_2;
pub mod line_2;
pub mod number_type;
pub mod point_2;
pub mod segment_2;
pub mod vector_2;
pub mod vertex_2;