Skip to content

Commit 466d2ed

Browse files
Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <[email protected]>
1 parent 69abf57 commit 466d2ed

File tree

1 file changed

+5
-1
lines changed
  • IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE

1 file changed

+5
-1
lines changed

IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,11 @@ public override StateVector ToStateVector(Time date)
515515
/// <seealso cref="Constants.Deg2Rad"/>
516516
/// <seealso cref="Constants._2PI"/>
517517
/// </summary>
518-
/// <returns></returns>
518+
/// <returns>
519+
/// A <see cref="KeplerianElements"/> object representing the classical orbital elements
520+
/// (semi-major axis, eccentricity, inclination, argument of perigee, right ascension of the ascending node, and true anomaly)
521+
/// derived from the current TLE instance.
522+
/// </returns>
519523
public override KeplerianElements ToKeplerianElements()
520524
{
521525
if (_keplerianElements == null)

0 commit comments

Comments
 (0)