Click or drag to resize

PropagationVector Constructor (Cartesian)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationVector(
	params Cartesian[] initialValues
)

Parameters

initialValues
Type: AGI.Foundation.CoordinatesCartesian
The initial value of the vector and its derivatives at the starting epoch of propagation.
See Also