pub struct AdjustedVelocity {
pub offset: f64,
pub factor: f64,
}Expand description
Calculated as (delta.magnitude() + offset) * factor.
Fields§
§offset: f64§factor: f64Trait Implementations§
source§impl Clone for AdjustedVelocity
impl Clone for AdjustedVelocity
source§fn clone(&self) -> AdjustedVelocity
fn clone(&self) -> AdjustedVelocity
Returns a copy of the value. Read more