Table of Contents

Interface IPatchedOrbit

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface IPatchedOrbit : IOrbit, IDisposable, IComparable<IPatchedOrbit>
Inherited Members
Extension Methods

Properties

ActivePatch

bool ActivePatch { get; set; }

Property Value

bool

ClosestApproachDistance

double ClosestApproachDistance { get; set; }

Property Value

double

EndUT

double EndUT { get; set; }

Property Value

double

NextPatch

IPatchedOrbit NextPatch { get; set; }

Property Value

IPatchedOrbit

PatchEndTransition

PatchTransitionType PatchEndTransition { get; set; }

Property Value

PatchTransitionType

PatchStartTransition

PatchTransitionType PatchStartTransition { get; set; }

Property Value

PatchTransitionType

PreviousPatch

IPatchedOrbit PreviousPatch { get; set; }

Property Value

IPatchedOrbit

StartUT

double StartUT { get; set; }

Property Value

double

TimeToAp

double TimeToAp { get; set; }

Property Value

double

TimeToPe

double TimeToPe { get; set; }

Property Value

double

UniversalTimeAtClosestApproach

double UniversalTimeAtClosestApproach { get; set; }

Property Value

double

UniversalTimeAtSoiEncounter

double UniversalTimeAtSoiEncounter { get; set; }

Property Value

double