#include <algorithm>
#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | nav_core2::GenericBounds< NumericType > |
Templatized class that represents a two dimensional bounds with ranges [min_x, max_x] [min_y, max_y] inclusive. More... | |
class | nav_core2::UIntBounds |
Namespaces | |
nav_core2 | |
Typedefs | |
using | nav_core2::Bounds = GenericBounds< double > |