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