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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ConstrainedSet<RigidBodyRef, Velocity, RigidBodyInfo> for RigidBodyVec
[src]

Auto Trait Implementations

impl Send for Velocity

impl Sync for Velocity