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