FootStep

A foot step is a simple java bean which represents one pedestrian foot step which is defined by

  1. start time (simulation time in seconds)
  2. end time (simulation time in seconds)
  3. start point
  4. end point
@author Benedikt Zoennchen


Field: startTime [double]

---


Field: end [VPoint]

---


Field: start [VPoint]

---


Field: endTime [double]

---