IersTechnicalNote36RelativisticCorrectionForce Constructor (Point, CentralBody, CentralBody, Vector, Double, Double, Boolean, Boolean) |
Initializes the correction force with the specified parameters.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IersTechnicalNote36RelativisticCorrectionForce(
Point targetPoint,
CentralBody centralBody,
CentralBody solarCentralBody,
Vector centralBodyAngularMomentumPerUnitMass,
double centralBodyGravitationalParameter,
double solarGravitationalParameter,
bool useLenseThirringCorrection,
bool useDeSitterCorrection
)
Public Sub New (
targetPoint As Point,
centralBody As CentralBody,
solarCentralBody As CentralBody,
centralBodyAngularMomentumPerUnitMass As Vector,
centralBodyGravitationalParameter As Double,
solarGravitationalParameter As Double,
useLenseThirringCorrection As Boolean,
useDeSitterCorrection As Boolean
)
public:
IersTechnicalNote36RelativisticCorrectionForce(
Point^ targetPoint,
CentralBody^ centralBody,
CentralBody^ solarCentralBody,
Vector^ centralBodyAngularMomentumPerUnitMass,
double centralBodyGravitationalParameter,
double solarGravitationalParameter,
bool useLenseThirringCorrection,
bool useDeSitterCorrection
)
new :
targetPoint : Point *
centralBody : CentralBody *
solarCentralBody : CentralBody *
centralBodyAngularMomentumPerUnitMass : Vector *
centralBodyGravitationalParameter : float *
solarGravitationalParameter : float *
useLenseThirringCorrection : bool *
useDeSitterCorrection : bool -> IersTechnicalNote36RelativisticCorrectionForce
Parameters
- targetPoint
- Type: AGI.Foundation.GeometryPoint
The point to which this force is applied. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body about which this force is calculated. - solarCentralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body that represents the sun of the solar system where this force is used. - centralBodyAngularMomentumPerUnitMass
- Type: AGI.Foundation.GeometryVector
The vector that specifies the rotational angular momentum per unit mass of the central body. - centralBodyGravitationalParameter
- Type: SystemDouble
The gravitational parameter for the centralBody. - solarGravitationalParameter
- Type: SystemDouble
The gravitational parameter for the Sun. - useLenseThirringCorrection
- Type: SystemBoolean
Set to to use the Lense-Thirring correction. - useDeSitterCorrection
- Type: SystemBoolean
Set to to use the de Sitter correction.
See Also