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: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationNewtonianPoint(
	string id,
	ReferenceFrame propagationFrame,
	Cartesian initialPosition,
	Cartesian initialVelocity
)

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