#include <optional>
#include "drake/geometry/proximity/obb.h"
#include "drake/geometry/shape_specification.h"
Namespaces | |
drake | |
drake::geometry | |
Functions | |
std::optional< Obb > | CalcObb (const Shape &shape) |
Calculates the oriented bounding box (OBB) for the Shape in its canonical frame. More... | |