Package org.jbox2d.profile.worlds

Examples of org.jbox2d.profile.worlds.PistonWorld


    this.world = world;
    setFormat(ResultFormat.MILLISECONDS);
  }

  public static void main(String[] args) {
    BroadphasePerformanceTest benchmark = new BroadphasePerformanceTest(10, new PistonWorld());
    benchmark.go();
  }
View Full Code Here


    super(NUM_TESTS, iters, 300);
    this.world = world;
  }

  public static void main(String[] args) {
    SettingsPerformanceTest benchmark = new SettingsPerformanceTest(10, new PistonWorld());
    benchmark.go();
  }
View Full Code Here

TOP

Related Classes of org.jbox2d.profile.worlds.PistonWorld

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.