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