xt::xtensor_fixed< double, xt::xshape< 3 > > compute_distance_gjk(const xt::xtensor< double, 2 > &p, const xt::xtensor< double, 2 > &q)
Calculate the distance between two convex bodies p and q, each defined by a set of points,...
Definition: gjk.cpp:190