cheshirekow
v0.1.0
|
A hyper-rectangle in dubins space: A rectangular prism in R^3. More...
#include <mpblocks/dubins/curves_eigen/hyper_rect.h>
Public Types | |
typedef Eigen::Matrix < Format_t, 3, 1 > | Vector3d |
Public Member Functions | |
bool | contains (const Vector3d &q) const |
Returns true if the dubins query state q lies within this region of dubins states. More... | |
Public Attributes | |
Vector3d | maxExt |
Vector3d | minExt |
A hyper-rectangle in dubins space: A rectangular prism in R^3.
Definition at line 44 of file hyper_rect.h.
typedef Eigen::Matrix<Format_t, 3, 1> mpblocks::dubins::curves_eigen::hyper::HyperRect< Format_t >::Vector3d |
Definition at line 45 of file hyper_rect.h.
|
inline |
Returns true if the dubins query state q
lies within this region of dubins states.
Definition at line 52 of file hyper_rect.h.
Vector3d mpblocks::dubins::curves_eigen::hyper::HyperRect< Format_t >::maxExt |
Definition at line 48 of file hyper_rect.h.
Vector3d mpblocks::dubins::curves_eigen::hyper::HyperRect< Format_t >::minExt |
Definition at line 47 of file hyper_rect.h.