![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
struct to store obstacle proximity query results. More...
#include <SpatialQueryStructs.h>
Public Member Functions | |
| NearObstacle (float distance, const Obstacle *obs) | |
| constructor More... | |
Public Attributes | |
| float | distanceSquared |
| distanceSquared to the obstacle | |
| const Obstacle * | obstacle |
| pointer to the obstacle | |
struct to store obstacle proximity query results.
|
inline |
constructor
| distance | the distance to store in the struct |
| obs | the obstacle to store in the struct |
1.8.8