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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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