pub fn subdivided_points_along_curve( curve: &impl ParametricCurve2d, max_length: f64, ) -> Vec<Point2d> ⓘ
Approximates a curve by subdividing it until all segments are no longer than max_length units in length.
max_length