Struct mgf::Velocity [] [src]

pub struct Velocity {
    pub linear: Vector3<f32>,
    pub angular: Vector3<f32>,
}

A description of the positional derivative of an object.

Fields

Trait Implementations

impl Copy for Velocity
[src]

impl Clone for Velocity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more