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