AttributesBonnMotionTrajectoryProcessor

---


Field: origin [java.lang.String]

set origin location to one of ["lower left", "upper left"] "lower left" is default and identical with the Vadere coordinate system.


Field: pedestrianPositionProcessorId [int]

use the data from this processor to minimize memory footprint. Note: applyOffset and 'origin' translation happens first!


Field: applyOffset [boolean]

apply simulation offset to the position logged in this data processor. If no reference coordinate system is set this will be skipped quietly


Field: translate [VPoint]

use translate(0.0, Y) to move the coordinates up Y units.This is useful if some other tool has the coordinate origin in the top right corner. Note: applyOffset and 'origin' translation happens first!


Field: scale [VPoint]

use scale (1.0, -1.0) to flip the y-axis. This is useful if some other tool has the coordinate origin in the top right corner.