9 #include <xtensor/xfixed.hpp>
10 #include <xtensor/xtensor.hpp>
22 xt::xtensor_fixed<double, xt::xshape<3>>
24 const xt::xtensor<double, 2>& q);
Geometry data structures and algorithms.
Definition: BoundingBoxTree.h:21
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:195