pub trait ParametricCurve2D: ParametricCurve<Point = Point2<f64>, Vector = Vector2<f64>> { }
Expand description

2D parametric curve

Implementors§