Click or drag to resize

IersTechnicalNote36RelativisticCorrectionForce Constructor (Point)

Initializes the correction force with the specified Point. The CentralBody is set to Earth from the CentralBodiesFacet, and the SolarCentralBody is set to the sun from the CentralBodiesFacet. Both additional corrections (de Sitter and Lense-Thirring) will be used.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IersTechnicalNote36RelativisticCorrectionForce(
	Point targetPoint
)

Parameters

targetPoint
Type: AGI.Foundation.GeometryPoint
The point to which this correction force applies.
Remarks
The gravitational parameters and the CentralBodyAngularMomentumPerUnitMass properties will need to be set before use.
See Also