TwoBodyStoppablePropagator Constructor (Double, String, ReferenceFrame, Duration) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TwoBodyStoppablePropagator(
double gravitationalParameter,
string propagationPointIdentification,
ReferenceFrame propagationFrame,
Duration step
)
Public Sub New (
gravitationalParameter As Double,
propagationPointIdentification As String,
propagationFrame As ReferenceFrame,
step As Duration
)
public:
TwoBodyStoppablePropagator(
double gravitationalParameter,
String^ propagationPointIdentification,
ReferenceFrame^ propagationFrame,
Duration step
)
new :
gravitationalParameter : float *
propagationPointIdentification : string *
propagationFrame : ReferenceFrame *
step : Duration -> TwoBodyStoppablePropagator
Parameters
- gravitationalParameter
- Type: SystemDouble
The gravitational parameter of the central body that the propagated
element is around. - propagationPointIdentification
- Type: SystemString
The name to identify the motion getting propagated in the returned states. - propagationFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the returned data will be in. This should not be a
fixed frame. - step
- Type: AGI.Foundation.TimeDuration
The default step size for this propagator.
See Also