Click or drag to resize

PropagationNewtonianPoint Constructor (String, ReferenceFrame, Cartesian, Cartesian)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PropagationNewtonianPoint(
	string id,
	ReferenceFrame propagationFrame,
	Cartesian initialPosition,
	Cartesian initialVelocity
)

Parameters

id
Type: System.String
A unique string identifying this position in the output.
propagationFrame
Type: AGI.Foundation.Geometry.ReferenceFrame
The inertial frame in which to propagate.
initialPosition
Type: AGI.Foundation.Coordinates.Cartesian
The position at the starting epoch of propagation.
initialVelocity
Type: AGI.Foundation.Coordinates.Cartesian
The velocity at the starting epoch of propagation.
See Also