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