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