Package eas.startSetup.marbBuilder.traceBetrachter

Examples of eas.startSetup.marbBuilder.traceBetrachter.Umgebung


       
        this.simZ = simZeit;
       
        this.rand = new Random(this.pars.getSeed().longValue());
       
        this.umgebung = new Umgebung(this.rand,
                                     this.pars,
                                     this.observer,
                                     this,
                                     plugs,
                                     aufnahme);
View Full Code Here


        this.observer = obs;
        this.visObserver = visObs;

        this.rand = new Random(this.pars.getSeed().longValue());
       
        this.umgebung = new Umgebung(this.rand,
                                     this.pars,
                                     this.observer,
                                     this,
                                     wandDyn,
                                     aufnahme);
View Full Code Here

TOP

Related Classes of eas.startSetup.marbBuilder.traceBetrachter.Umgebung

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.