Examples of CircleAgent


Examples of eas.simulation.spatial.sim2D.standardAgents.CircleAgent

                }
            }
        }

        env.addAgent(
                new CircleAgent(100, env, params),
                new Vector2D(0, 0),
                0,
                new Vector2D(0.1, 0.1));

//        env.addAgent(new ClockAgent(1000, env, params), new Vector2D(0, 0), 0, new Vector2D(25, 25));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.