Go to the documentation of this file.
9 #include <Eigen/Geometry>
26 QuadraticGenerator(
double start,
double end,
unsigned int nrSteps,
unsigned int proportion = 4);
28 void next(
double & percentOut,
double & speedOut);
33 unsigned int nrSteps_;
34 unsigned int proportion;
MC_RBDYN_DLLAPI std::vector< Plane > planes_from_polygon(const std::shared_ptr< geos::geom::Geometry > &geometry)
Definition: polygon_utils.h:13
Definition: polygon_utils.h:43
MC_RBDYN_DLLAPI std::vector< Eigen::Vector3d > points_from_polygon(std::shared_ptr< geos::geom::Geometry > geometry)
double offset
Definition: polygon_utils.h:46
#define MC_RBDYN_DLLAPI
Definition: api.h:50
Definition: generic_gripper.h:14
Eigen::Vector3d normal
Definition: polygon_utils.h:45
Definition: polygon_utils.h:24