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