C# Class Protractor.ProtractorData

Show file Open project: RealGrep/protractor Class Usage Examples

Public Properties

Property Type Description
Sun CelestialBody
celestials CelestialData>.Dictionary
closestApproachTime double
maxthrustaccel double
minthrustaccel double
planets List

Public Methods

Method Description
ProtractorData ( ) : System
getbodies ( ) : void
getmoons ( ) : void
getorbitbodytype ( ) : orbitbodytype
getplanets ( ) : void
initialize ( ) : void
print ( ) : void

Method Details

ProtractorData() public method

public ProtractorData ( ) : System
return System

getbodies() public method

public getbodies ( ) : void
return void

getmoons() public method

public getmoons ( ) : void
return void

getorbitbodytype() public method

public getorbitbodytype ( ) : orbitbodytype
return orbitbodytype

getplanets() public method

public getplanets ( ) : void
return void

initialize() public method

public initialize ( ) : void
return void

print() public method

public print ( ) : void
return void

Property Details

Sun public property

public CelestialBody Sun
return CelestialBody

celestials public property

public Dictionary celestials
return CelestialData>.Dictionary

closestApproachTime public property

public double closestApproachTime
return double

maxthrustaccel public property

public double maxthrustaccel
return double

minthrustaccel public property

public double minthrustaccel
return double

planets public property

public List planets
return List