C# 클래스 kOS.Suffixed.OrbitableVelocity

Holds the velocity of an object in both orbital and prograde reference frames. (Note this may become moot after vector reference frame transformation is implemented.)
상속: kOS.Suffixed.SpecialValue
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

OrbitableVelocity() 공개 메소드

public OrbitableVelocity ( CelestialBody b, SharedObjects shared ) : kOS.Safe.Encapsulation
b CelestialBody
shared SharedObjects
리턴 kOS.Safe.Encapsulation

OrbitableVelocity() 공개 메소드

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.
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

OrbitableVelocity() 공개 메소드

public OrbitableVelocity ( Vessel v ) : kOS.Safe.Encapsulation
v Vessel
리턴 kOS.Safe.Encapsulation

ToString() 공개 메소드

public ToString ( ) : string
리턴 string