TwoBodyStoppablePropagator Constructor (Double, String, ReferenceFrame, Duration) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The gravitational parameter of the central body that the propagated
element is around. - propagationPointIdentification
- Type: System.String
The name to identify the motion getting propagated in the returned states. - propagationFrame
- Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that the returned data will be in. This should not be a
fixed frame. - step
- Type: AGI.Foundation.Time.Duration
The default step size for this propagator.
See Also