Struct urdf_rs::Axis
[−]
[src]
pub struct Axis {
pub xyz: [f64; 3],
}Fields
xyz: [f64; 3]
Trait Implementations
impl Debug for Axis[src]
impl Clone for Axis[src]
fn clone(&self) -> Axis[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more