#include <filesystem>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
#include "drake/geometry/optimization/affine_subspace.h"
#include "drake/geometry/optimization/convex_set.h"
#include "drake/geometry/optimization/hpolyhedron.h"
#include "drake/math/rigid_transform.h"
Classes | |
class | VPolytope |
A polytope described using the vertex representation. More... | |
Namespaces | |
drake | |
drake::geometry | |
drake::geometry::optimization | |
Functions | |
Eigen::MatrixXd | GetVertices (const Convex &convex) |
Obtains all the vertices stored in the convex object. More... | |