pub struct Linearize { /* private fields */ }
Expand description
An iterator over the points of a polyline that approximates self
with tolerance epsilon
,
excluding the first point.
Trait Implementations§
Source§impl InternalIterator for Linearize
impl InternalIterator for Linearize
impl Copy for Linearize
Auto Trait Implementations§
impl Freeze for Linearize
impl RefUnwindSafe for Linearize
impl Send for Linearize
impl Sync for Linearize
impl Unpin for Linearize
impl UnwindSafe for Linearize
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<I> IntoInternalIterator for Iwhere
I: InternalIterator,
impl<I> IntoInternalIterator for Iwhere
I: InternalIterator,
type Item = <I as InternalIterator>::Item
type IntoInternalIter = I
Source§fn into_internal_iter(self) -> <I as IntoInternalIterator>::IntoInternalIter
fn into_internal_iter(self) -> <I as IntoInternalIterator>::IntoInternalIter
Converts
self
into an internal iterator.