Uses of Interface
org.vizzini.math.orbit.IOrbit

Packages that use IOrbit
org.vizzini.math.orbit Provides math classes for orbit mechanics in the game framework. 
 

Uses of IOrbit in org.vizzini.math.orbit
 

Classes in org.vizzini.math.orbit that implement IOrbit
 class AbstractOrbit
          Provides base functionality for an orbit.
 class CircularOrbit
          Provides a circular orbit.
 class EllipticOrbit
          Provides an elliptic orbit.
 class HyperbolicOrbit
          Provides a hyperbolic orbit.
 class ParabolicOrbit
          Provides a parabolic orbit.
 

Methods in org.vizzini.math.orbit that return IOrbit
 IOrbit OrbitFactory.create(double mu, double a, double ecc, double i, double omega, double w, double trueAnomaly0)
          Return an orbit instance for the given parameters.
 IOrbit OrbitFactory.create(double mu, double a, double ecc, double i, double omega, double w, double trueAnomaly0, double t0)
          Return an orbit instance for the given parameters.
 IOrbit OrbitFactory.create(double mu, Vector r0, Vector v0, double t0)
          Return an orbit instance for the given parameters.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02