Struct easer::functions::Linear [] [src]

pub struct Linear;

This struct captures Linear easing functions

Trait Implementations

impl Debug for Linear
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Float> Easing<F> for Linear
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Linear

impl Sync for Linear