Trait k::KinematicChain [] [src]

pub trait KinematicChain<T>: JointContainer<T> where
    T: Real, 
{ fn calc_end_transform(&self) -> Isometry3<T>; }

Required Methods

Implementors