27 #ifndef MPBLOCKS_DUBINS_CURVES_EIGEN_HYPER_H_
28 #define MPBLOCKS_DUBINS_CURVES_EIGEN_HYPER_H_
32 namespace curves_eigen {
43 template <
typename Format_t>
45 typedef Eigen::Matrix<Format_t, 3, 1>
Vector3d;
53 for (
int i = 0; i < 3; i++) {
A hyper-rectangle in dubins space: A rectangular prism in R^3.
bool contains(const Vector3d &q) const
Returns true if the dubins query state q lies within this region of dubins states.
Eigen::Matrix< Format_t, 3, 1 > Vector3d