Struct urdf_rs::Vec3 [] [src]

pub struct Vec3 {
    pub data: [f64; 3],
}

Fields

Trait Implementations

impl Debug for Vec3
[src]

[src]

Formats the value using the given formatter.

impl Clone for Vec3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more