Struct physics::Resolution [] [src]

pub struct Resolution {
    pub trans_impulse_a: Vector2<f32>,
    pub ang_impulse_a: f32,
    pub trans_impulse_b: Vector2<f32>,
    pub ang_impulse_b: f32,
}

Fields

Trait Implementations

impl Clone for Resolution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Resolution
[src]

Formats the value using the given formatter.