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