Package eas.simulation.spatial.sim2D.physicalSimulation.standardAgents

Examples of eas.simulation.spatial.sim2D.physicalSimulation.standardAgents.CrazyBody


   
    return new PhysEnvSimple[] {env};
  }

  private void fillEnv(ParCollection params, PhysEnvSimple env) {
        env.addAgent(new CrazyBody(Integer.MAX_VALUE, env, params), new Vector2D(20, 130), 180);
    }
View Full Code Here

TOP

Related Classes of eas.simulation.spatial.sim2D.physicalSimulation.standardAgents.CrazyBody

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.