pub trait IntoHomogenousConfigurationVec {
    fn into(&self) -> Vec<Isometry3<f64>>;
}
Expand description

Allows overloading of functions for both a single 6DOF configuration and for a vector of 6DOF configurations, which is required when there are more than one 6DOF joint in the multibody system.

Required Methods§

Implementations on Foreign Types§

Implementors§