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