pub struct DistanceInterpolator0 { /* private fields */ }Expand description
Distance interpolator 0 — for semidot/pie (distance from point).
Port of C++ distance_interpolator0.
Uses line_mr() (medium resolution) for dx/dy.
Implementations§
Auto Trait Implementations§
impl Freeze for DistanceInterpolator0
impl RefUnwindSafe for DistanceInterpolator0
impl Send for DistanceInterpolator0
impl Sync for DistanceInterpolator0
impl Unpin for DistanceInterpolator0
impl UnsafeUnpin for DistanceInterpolator0
impl UnwindSafe for DistanceInterpolator0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more