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