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§
§impl InternalIterator for Linearize
impl InternalIterator for Linearize
impl Copy for Linearize
Auto Trait Implementations§
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
§impl<I> IntoInternalIterator for Iwhere
I: InternalIterator,
impl<I> IntoInternalIterator for Iwhere I: InternalIterator,
type Item = <I as InternalIterator>::Item
type IntoInternalIter = I
§fn into_internal_iter(self) -> <I as IntoInternalIterator>::IntoInternalIter
fn into_internal_iter(self) -> <I as IntoInternalIterator>::IntoInternalIter
Converts
self into an internal iterator.