| new Vector2D(0, 0),
90,
new Vector2D(1, 1));
this.addAgent(
new StaticPanicObstacleShort(113, null, params),
new Vector2D(100, 0),
75,
new Vector2D(1, 1));
this.addAgent(
new StaticPanicObstacleShort(114, null, params),
new Vector2D(110, 37),
25,
new Vector2D(1, 1));
this.addAgent(
new StaticPanicObstacleShort(115, null, params),
new Vector2D(100, 98),
-25,
new Vector2D(1, 1));
this.addAgent(
|