strange_attractor_renderer::config::color_transforms

Struct AdjustedVelocity

source
pub struct AdjustedVelocity {
    pub offset: f64,
    pub factor: f64,
}
Expand description

Calculated as (delta.magnitude() + offset) * factor.

Fields§

§offset: f64§factor: f64

Trait Implementations§

source§

impl Clone for AdjustedVelocity

source§

fn clone(&self) -> AdjustedVelocity

Returns a copy of the value. Read more
1.0.0 ·