PropagationNewtonianPoint Constructor (String, ReferenceFrame, Cartesian, Cartesian) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationNewtonianPoint(
string id,
ReferenceFrame propagationFrame,
Cartesian initialPosition,
Cartesian initialVelocity
)
Public Sub New (
id As String,
propagationFrame As ReferenceFrame,
initialPosition As Cartesian,
initialVelocity As Cartesian
)
public:
PropagationNewtonianPoint(
String^ id,
ReferenceFrame^ propagationFrame,
Cartesian initialPosition,
Cartesian initialVelocity
)
new :
id : string *
propagationFrame : ReferenceFrame *
initialPosition : Cartesian *
initialVelocity : Cartesian -> PropagationNewtonianPoint
Parameters
- id
- Type: SystemString
A unique string identifying this position in the output. - propagationFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The inertial frame in which to propagate. - initialPosition
- Type: AGI.Foundation.CoordinatesCartesian
The position at the starting epoch of propagation. - initialVelocity
- Type: AGI.Foundation.CoordinatesCartesian
The velocity at the starting epoch of propagation.
See Also