togo 0.7.2

A library for 2D geometry, providing geometric algorithms for intersection/distance between circular arcs/line segments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Experimental Bézier curve support modules
// Note: These modules contain experimental/commented code and don't export public APIs yet

#[allow(unused_imports)]
pub mod bezier_offset;
#[allow(unused_imports)]
pub mod bezierc;
#[allow(unused_imports)]
pub mod bezierpath;
#[allow(unused_imports)]
pub mod bezierq;

// Re-exports will be added here when the modules are ready
// pub use bezier_offset::*;
// pub use bezierc::*;
// pub use bezierpath::*;
// pub use bezierq::*;