![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Contains the PedVOAgent class. More...
Go to the source code of this file.
Classes | |
| class | ORCA::Agent |
| Defines an agent in the simulation. More... | |
Namespaces | |
| ORCA | |
| The namespace for the ORCA local collision avoidance model. | |
Functions | |
| bool | ORCA::linearProgram1 (const std::vector< Menge::Math::Line > &lines, size_t lineNo, float radius, const Vector2 &optVelocity, bool directionOpt, Vector2 &result) |
| Solves a one-dimensional linear program on a specified line subject to linear constraints defined by lines and a circular constraint. More... | |
| size_t | ORCA::linearProgram2 (const std::vector< Menge::Math::Line > &lines, float radius, const Vector2 &optVelocity, bool directionOpt, Vector2 &result) |
| Solves a two-dimensional linear program subject to linear constraints defined by lines and a circular constraint. More... | |
| void | ORCA::linearProgram3 (const std::vector< Menge::Math::Line > &lines, size_t numObstLines, size_t beginLine, float radius, Vector2 &result) |
| Solves a two-dimensional linear program subject to linear constraints defined by lines and a circular constraint. More... | |
Contains the PedVOAgent class.
1.8.8