Click or drag to resize

LambertOrbitSolver Constructor (Double)

Initializes a Lambert solver. The CentralBodyRadius is set to SemimajorAxis.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LambertOrbitSolver(
	double gravitationalParameter
)

Parameters

gravitationalParameter
Type: SystemDouble
The gravitational parameter for the central body about which the transfer orbit is calculated.
See Also