Table of Contents

Interface IDynamicOrbit

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface IDynamicOrbit : IOrbit
Inherited Members
Extension Methods

Methods

UpdateFromOrbitAtUT(IOrbit, double, CelestialBodyComponent)

void UpdateFromOrbitAtUT(IOrbit orbit, double UT, CelestialBodyComponent toBody)

Parameters

orbit IOrbit
UT double
toBody CelestialBodyComponent

UpdateFromStateVectors(Position, Velocity, CelestialBodyComponent, double)

void UpdateFromStateVectors(Position pos, Velocity vel, CelestialBodyComponent refBody, double UT)

Parameters

pos Position
vel Velocity
refBody CelestialBodyComponent
UT double