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ยง
struct Solutions { /* private fields */ }