Package fysix.equipment

Examples of fysix.equipment.Engine


        moonCircle.addPoint(7,7);
        moonCircle.addPoint(9,4);
       
        moon.setBoundingArea(moonCircle);
       
        Engine mainEngine = new Engine(120, 50, 10, 10000000, 0.000005, 0, 0);
        // Mount to ship...
       
        // Engine dust
        Polygon engineDust = new Polygon();
        engineDust.addPoint(0,0);
View Full Code Here

TOP

Related Classes of fysix.equipment.Engine

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.