Delegate PatchedConicsOrbit.FindClosestPointsDelegate
- Namespace
- KSP.Sim.impl
- Assembly
- Assembly-CSharp.dll
public delegate int PatchedConicsOrbit.FindClosestPointsDelegate(IKeplerOrbit s, ref double CD, ref double CCD, ref double FFp, ref double FFs, ref double SFp, ref double SFs, double epsilon, int maxIterations, ref int iterationCount)
Parameters
s IKeplerOrbit
CD double
CCD double
FFp double
FFs double
SFp double
SFs double
epsilon double
maxIterations int
iterationCount int
Returns
- int
- Extension Methods
-
Constructors
FindClosestPointsDelegate(object, nint)
public FindClosestPointsDelegate(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(IKeplerOrbit, ref double, ref double, ref double, ref double, ref double, ref double, double, int, ref int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IKeplerOrbit s, ref double CD, ref double CCD, ref double FFp, ref double FFs, ref double SFp, ref double SFs, double epsilon, int maxIterations, ref int iterationCount, AsyncCallback callback, object @object)
Parameters
s IKeplerOrbit
CD double
CCD double
FFp double
FFs double
SFp double
SFs double
epsilon double
maxIterations int
iterationCount int
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(ref double, ref double, ref double, ref double, ref double, ref double, ref int, IAsyncResult)
public virtual int EndInvoke(ref double CD, ref double CCD, ref double FFp, ref double FFs, ref double SFp, ref double SFs, ref int iterationCount, IAsyncResult result)
Parameters
CD double
CCD double
FFp double
FFs double
SFp double
SFs double
iterationCount int
result IAsyncResult
Returns
- int
Invoke(IKeplerOrbit, ref double, ref double, ref double, ref double, ref double, ref double, double, int, ref int)
public virtual int Invoke(IKeplerOrbit s, ref double CD, ref double CCD, ref double FFp, ref double FFs, ref double SFp, ref double SFs, double epsilon, int maxIterations, ref int iterationCount)
Parameters
s IKeplerOrbit
CD double
CCD double
FFp double
FFs double
SFp double
SFs double
epsilon double
maxIterations int
iterationCount int
Returns
- int