Struct makepad_vector::geometry::quadratic_segment::Linearize
source · [−]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
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more