Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Functions | Variables
OpenSteer Namespace Reference

Contains the specification of the pedestrian model based on OpenSteer. More...

Classes

class  Agent
 The agent definition for the OpenSteer model. More...
 
class  AgentInitializer
 Class which determines the agent properties for each new Helbing agent. More...
 
class  DBEntry
 The simulator database entry for the OpenSteer simulator. More...
 
class  Simulator
 The simulator definition for the OpenSteer pedestrian model. More...
 

Functions

float frandom01 ()
 Simple function to compute a uniformly distributed random number in the interval [0, 1]. More...
 

Variables

const float TAU = 80.f
 The default time horizon for predicting agent collisions.
 
const float TAU_OBST = 1.f
 The default time horizon for predicting obstacle collisions.
 

Detailed Description

Contains the specification of the pedestrian model based on OpenSteer.

Function Documentation

float OpenSteer::frandom01 ( )
inline

Simple function to compute a uniformly distributed random number in the interval [0, 1].

Returns
A uniformly distributed random number in the range [0, 1].