this.trueShapes = new HashMap<Integer, Polygon2D>();
this.positionsInView = new HashMap<Integer, Vector2D>();
this.createBoundingBox();
if (params != null) {
if (params.getParValueBoolean("StrangeView?")) {
this.setEnvVisualizerObject(new Visualizer3D(this));
}
this.isDetailedView = pars.getParValueBoolean("DetailedAgentView?");
this.showGrid = pars.getParValueBoolean("ShowGrid?");
this.gridDistance = pars.getParValueVector2D("GridDistance");