Examples of GravityInteractor


Examples of hermes.physics.GravityInteractor

  @Before
  public void setup() {
    being1 = new TestBeing(zeroVector(), zeroVector(), 2);
    being2 = new TestBeing(makeVector(1, 1), zeroVector(), 1);
    being3 = new TestBeing(makeVector(0, 2.1), zeroVector(), 0.5f);
    inter = new GravityInteractor(1, 2);
  }
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.