FootStep
A foot step is a simple java bean which represents one pedestrian foot step which is defined by
- start time (simulation time in seconds)
- end time (simulation time in seconds)
- start point
- end point
@author Benedikt Zoennchen
Field: start [VPoint]
---
Field: end [VPoint]
---
Field: endTime [double]
---
Field: startTime [double]
---