pub struct OutQuintic;Expand description
§The OutQuintic Easing Function.
§examples.
use eazy::Curve;
use eazy::polynomial::quintic::OutQuintic;
let p = OutQuintic.y(1.0);Trait Implementations§
Source§impl Curve for OutQuintic
impl Curve for OutQuintic
Auto Trait Implementations§
impl Freeze for OutQuintic
impl RefUnwindSafe for OutQuintic
impl Send for OutQuintic
impl Sync for OutQuintic
impl Unpin for OutQuintic
impl UnwindSafe for OutQuintic
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