Trait truck_geometry::base::ParametricCurve3D[][src]

pub trait ParametricCurve3D: ParametricCurve<Point = Point3<f64>, Vector = Vector3<f64>> { }
Expand description

3D parametric curve

Implementors