LambertOrbitSolverCentralBodyRadius Property |
Gets or sets the central body's radius which is used in the calculations to denote the surface.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double CentralBodyRadius { get; set; }
Public Property CentralBodyRadius As Double
Get
Set
public:
property double CentralBodyRadius {
double get ();
void set (double value);
}
member CentralBodyRadius : float with get, set
Property Value
Type:
DoubleSee Also