Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Menge::Agents::NearObstacle Struct Reference

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 Obstacleobstacle
 pointer to the obstacle
 

Detailed Description

struct to store obstacle proximity query results.

Constructor & Destructor Documentation

Menge::Agents::NearObstacle::NearObstacle ( float  distance,
const Obstacle obs 
)
inline

constructor

Parameters
distancethe distance to store in the struct
obsthe obstacle to store in the struct

The documentation for this struct was generated from the following file: