C# 클래스 Protractor.ProtractorData

파일 보기 프로젝트 열기: RealGrep/protractor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Sun CelestialBody
celestials CelestialData>.Dictionary
closestApproachTime double
maxthrustaccel double
minthrustaccel double
planets List

공개 메소드들

메소드 설명
ProtractorData ( ) : System
getbodies ( ) : void
getmoons ( ) : void
getorbitbodytype ( ) : orbitbodytype
getplanets ( ) : void
initialize ( ) : void
print ( ) : void

메소드 상세

ProtractorData() 공개 메소드

public ProtractorData ( ) : System
리턴 System

getbodies() 공개 메소드

public getbodies ( ) : void
리턴 void

getmoons() 공개 메소드

public getmoons ( ) : void
리턴 void

getorbitbodytype() 공개 메소드

public getorbitbodytype ( ) : orbitbodytype
리턴 orbitbodytype

getplanets() 공개 메소드

public getplanets ( ) : void
리턴 void

initialize() 공개 메소드

public initialize ( ) : void
리턴 void

print() 공개 메소드

public print ( ) : void
리턴 void

프로퍼티 상세

Sun 공개적으로 프로퍼티

public CelestialBody Sun
리턴 CelestialBody

celestials 공개적으로 프로퍼티

public Dictionary celestials
리턴 CelestialData>.Dictionary

closestApproachTime 공개적으로 프로퍼티

public double closestApproachTime
리턴 double

maxthrustaccel 공개적으로 프로퍼티

public double maxthrustaccel
리턴 double

minthrustaccel 공개적으로 프로퍼티

public double minthrustaccel
리턴 double

planets 공개적으로 프로퍼티

public List planets
리턴 List