메소드 | 설명 | |
---|---|---|
GetPositionAtUT ( kOS.Suffixed.TimeSpan timeStamp ) : kOS.Suffixed.Vector |
Get the position of this thing in this orbit at the given time. Note that it does NOT take into account any encounters or maneuver nodes - it assumes the current orbit patch remains followed forever.
|
|
GetVelocityAtUT ( kOS.Suffixed.TimeSpan timeStamp ) : |
Get the velocity pairing of this thing in this orbit at the given time. Note that it does NOT take into account any encounters or maneuver nodes - it assumes the current orbit patch remains followed forever.
|
|
OrbitInfo ( ) : System | ||
OrbitInfo ( Orbit orb, SharedObjects sharedObj ) : System | ||
OrbitInfo ( |
||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
GetHasNextPatch ( ) : BooleanValue |
Find out whether or not the orbit has a next patch.
|
|
GetNextPatch ( ) : |
Return the next OrbitInfo after this one (i.e. transitional encounter)
|
|
GetNextPatchETA ( ) : ScalarValue |
Returns the ETA of when the nextpatch will happen
|
|
InitializeSuffixes ( ) : void |
public GetPositionAtUT ( kOS.Suffixed.TimeSpan timeStamp ) : kOS.Suffixed.Vector | ||
timeStamp | kOS.Suffixed.TimeSpan | The universal time to query for |
리턴 | kOS.Suffixed.Vector |
public GetVelocityAtUT ( kOS.Suffixed.TimeSpan timeStamp ) : |
||
timeStamp | kOS.Suffixed.TimeSpan | The universal time to query for |
리턴 |
public OrbitInfo ( Orbit orb, SharedObjects sharedObj ) : System | ||
orb | Orbit | |
sharedObj | SharedObjects | |
리턴 | System |
public OrbitInfo ( |
||
orb | ||
sharedObj | SharedObjects | |
리턴 | System |