Solutions

Type Alias Solutions 

Source
pub type Solutions = Vec<Joints>;
Expand description

For providing solutions. As invalid solutions are discarded, this is a variable length vector (may be empty if robot cannot reach the given point).

Aliased Typeยง

pub struct Solutions { /* private fields */ }