pub trait ParamCurveNearest {
// Required method
fn nearest(&self, p: Point, accuracy: f64) -> Nearest;
}
Expand description
A parameterized curve that reports the nearest point.
pub trait ParamCurveNearest {
// Required method
fn nearest(&self, p: Point, accuracy: f64) -> Nearest;
}
A parameterized curve that reports the nearest point.