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