![]() |
DUNE: Uniform Navigational Environment
2016.05.0
|
Point structure.
Public Member Functions | |
| Point (double x_, double y_) | |
| double | distance (const Point &other) const |
| template<typename T > | |
| int | direction (const T &other) const |
Public Attributes | |
| double | x |
| double | y |
|
inline |
|
inline |
References Simulators::Environment::DIR_NW, Simulators::Environment::DIR_SW, x, and y.
Referenced by Simulators::Environment::Bounds::quadrant().
|
inline |
Referenced by Simulators::Environment::Task::depthAt().
| double Simulators::Environment::Point::x |
Referenced by Simulators::Environment::Bounds::Bounds(), direction(), and distance().
| double Simulators::Environment::Point::y |
Referenced by Simulators::Environment::Bounds::Bounds(), direction(), and distance().
