Trait k::LinkContainer [] [src]

pub trait LinkContainer<T> where
    T: Real, 
{ fn link_transforms(&self) -> Vec<Isometry3<T>>;
fn link_names(&self) -> Vec<String>; }

Container of links which has a transformation

Required Methods

Calculate the transforms of all of the links

Get the names of the links

Implementors