Dear Christoph,
I use this formula to find the coordinates of each vehicle at a specific time, but, what is the value of the margin?
new coord (x, y) : [ (x + netbounds1.x - margin) , ( ( netbounds2.y - netbounds1.y ) - (y - netbounds1.y ) + margin ) ) ]
where netbounds1 . x = Min (playground size. x)
and netbounds1 . y = Min (playground size. y)
and netbounds2 . x = Max (playground size.x)
and netbounds2 . y = Max (playground size.y)
Thanks,