cheshirekow
v0.1.0
|
#include <mpblocks/dubins/kd_tree.h>
Public Types | |
typedef curves_eigen::hyper::HyperRect < Format > | Base_t |
Public Types inherited from mpblocks::dubins::curves_eigen::hyper::HyperRect< Format > | |
typedef Eigen::Matrix< Format, 3, 1 > | Vector3d |
Public Member Functions | |
HyperRect () | |
Format_t | measure () |
return the measure of the hypercube More... | |
Public Member Functions inherited from mpblocks::dubins::curves_eigen::hyper::HyperRect< Format > | |
bool | contains (const Vector3d &q) const |
Returns true if the dubins query state q lies within this region of dubins states. More... | |
Additional Inherited Members | |
Public Attributes inherited from mpblocks::dubins::curves_eigen::hyper::HyperRect< Format > | |
Vector3d | maxExt |
Vector3d | minExt |
typedef curves_eigen::hyper::HyperRect<Format> mpblocks::dubins::kd_tree::Traits< Format >::HyperRect::Base_t |
mpblocks::dubins::kd_tree::Traits< Scalar >::HyperRect::HyperRect | ( | ) |
Definition at line 40 of file kd_tree.hpp.
Scalar mpblocks::dubins::kd_tree::Traits< Scalar >::HyperRect::measure | ( | ) |
return the measure of the hypercube
Definition at line 49 of file kd_tree.hpp.