Skip to content

Commit 359c9ba

Browse files
Add constants (#228)
1 parent 36ed6b8 commit 359c9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IO.Astrodynamics.Net/IO.Astrodynamics/Constants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public static class Constants
77
/// </summary>
88
public const double G = 6.67430e-11;
99

10+
public const double AU = 149597870700.0;
1011
public const double Deg2Rad = System.Math.PI / 180.0;
1112
public const double Rad2Deg = 180.0 / System.Math.PI;
1213
public const double _2PI = 2.0 * System.Math.PI;

0 commit comments

Comments
 (0)