Skip to content
Success

Changes

Summary

  1. Adding Izzo's Lambert method (commit: c9a4c4e) (details)
Commit c9a4c4e9c629a45fba82b7598d1fb871cae2a5d8 by lamont
Adding Izzo's Lambert method

This isn't actually any faster than Gooding in the nrev=0 case, so I
don't think we should use it over Gooding right now.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: c9a4c4e)
The file was modified MechJeb2/OrbitalManeuverCalculator.cs (diff)
The file was addedMechJeb2/MechJebLib/Core/Lambert/Izzo.cs
The file was modified MechJeb2/MechJeb2.csproj (diff)
The file was modified MechJeb2/Maneuver/TransferCalculator.cs (diff)
The file was removedMechJeb2/MechJebLib/Core/Gooding.cs
The file was modified MechJeb2/MechJebLib/Maneuvers/TwoImpulseTransfer.cs (diff)
The file was addedMechJeb2/MechJebLib/Core/Lambert/Gooding.cs
The file was modified MechJebLibTest/MathsTests/GoodingTests.cs (diff)