Package fysix.engine

Examples of fysix.engine.Environment


      Vector bullets = new Vector();
      int delay = 0;
      Renderer r = new Renderer();
     
        FysixEngine fe = FysixEngine.GetContext();
        Environment env = new Environment() {
            public Vector2d getEnvironmentAccelerationAtPoint(Point2d p) {
                return new Vector2d(0.0,0.0);
            }
      public double getEnvironmentalResistanceAtPoint(Point2d p) {
        return 1.0;
View Full Code Here

TOP

Related Classes of fysix.engine.Environment

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.