Kerbal Space Program
1.12.4
|
This is the complete list of members for PatchedConics, including all inherited members.
_CalculatePatch(Orbit p, Orbit nextPatch, double startEpoch, SolverParameters pars, CelestialBody targetBody) | PatchedConics | inlinestatic |
_CheckEncounter(Orbit p, Orbit nextPatch, double startEpoch, OrbitDriver sec, CelestialBody targetBody, SolverParameters pars, bool logErrors=true) | PatchedConics | inlinestatic |
_GetClosestApproach(Orbit p, Orbit s, double startEpoch, double dT, SolverParameters pars) | PatchedConics | inlinestatic |
_ScreenCast(Vector3 screenPos, List< PatchRendering > patchRenders, out PatchCastHit hitInfo, float orbitPixelWidth=10f, double maxUT=-1.0, bool clampToPatches=false) | PatchedConics | inlinestatic |
_ScreenCastWorker(Vector3 screenPos, PatchRendering pr, out PatchCastHit hitInfo, float orbitPixelWidth=10f, bool clampToPatch=false) | PatchedConics | inlinestatic |
AngleWrap(double a) | PatchedConics | inlinestatic |
CalculatePatch | PatchedConics | static |
CalculatePatchDelegate(Orbit p, Orbit nextPatch, double startEpoch, SolverParameters pars, CelestialBody targetBody) | PatchedConics | |
CheckEncounter | PatchedConics | static |
CheckEncounterDelegate(Orbit p, Orbit nextPatch, double startEpoch, OrbitDriver sec, CelestialBody targetBody, SolverParameters pars, bool logErrors=true) | PatchedConics | |
EncountersBody | PatchedConics | static |
EncountersBodyDelegate(Orbit p, Orbit s, Orbit nextPatch, OrbitDriver sec, double startEpoch, SolverParameters pars) | PatchedConics | |
GetClosestApproach | PatchedConics | static |
GetClosestApproachDelegate(Orbit p, Orbit s, double startEpoch, double dT, SolverParameters pars) | PatchedConics | |
ScreenCast | PatchedConics | static |
ScreenCastDelegate(Vector3 screenPos, List< PatchRendering > patchRenders, out PatchCastHit hitInfo, float orbitPixelWidth=10f, double maxUT=-1.0, bool clampToPatches=false) | PatchedConics | |
ScreenCastWorker | PatchedConics | static |
ScreenCastWorkerDelegate(Vector3 screenPos, PatchRendering pr, out PatchCastHit hitInfo, float orbitPixelWidth=10f, bool clampToPatch=false) | PatchedConics | |
TAIsWithinPatchBounds(double tA, Orbit patch) | PatchedConics | inlinestatic |