Struct urdf_rs::Inertia [] [src]

pub struct Inertia {
    pub ixx: f64,
    pub ixy: f64,
    pub ixz: f64,
    pub iyy: f64,
    pub iyz: f64,
    pub izz: f64,
}

Fields

Trait Implementations

impl Debug for Inertia
[src]

Formats the value using the given formatter.

impl Default for Inertia
[src]

Returns the "default value" for a type. Read more