C# Class Protractor.ProtractorData

显示文件 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_oe property

public CelestialBody Sun
return CelestialBody

celestials public_oe property

public Dictionary celestials
return CelestialData>.Dictionary

closestApproachTime public_oe property

public double closestApproachTime
return double

maxthrustaccel public_oe property

public double maxthrustaccel
return double

minthrustaccel public_oe property

public double minthrustaccel
return double

planets public_oe property

public List planets
return List