메소드 | 설명 | |
---|---|---|
OrbitableVelocity ( CelestialBody b, SharedObjects shared ) : kOS.Safe.Encapsulation | ||
OrbitableVelocity ( kOS.Suffixed.Vector orbVel, kOS.Suffixed.Vector surfVel ) : kOS.Safe.Encapsulation |
Create a OrbitableVelocity object out of a raw pair of hardcoded orbital and surface velocity: This leaves it up to the caller to be responsible for making sure the orbital and surface velocities match each other.
|
|
OrbitableVelocity ( Vessel v ) : kOS.Safe.Encapsulation | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
InitializeSuffixes ( ) : void |
public OrbitableVelocity ( CelestialBody b, SharedObjects shared ) : kOS.Safe.Encapsulation | ||
b | CelestialBody | |
shared | SharedObjects | |
리턴 | kOS.Safe.Encapsulation |
public OrbitableVelocity ( kOS.Suffixed.Vector orbVel, kOS.Suffixed.Vector surfVel ) : kOS.Safe.Encapsulation | ||
orbVel | kOS.Suffixed.Vector | orbital velocity in raw reference frame |
surfVel | kOS.Suffixed.Vector | surface velocity in raw reference frame |
리턴 | kOS.Safe.Encapsulation |
public OrbitableVelocity ( Vessel v ) : kOS.Safe.Encapsulation | ||
v | Vessel | |
리턴 | kOS.Safe.Encapsulation |