PropagationVector Constructor (Cartesian) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationVector(
params Cartesian[] initialValues
)
Public Sub New (
ParamArray initialValues As Cartesian()
)
public:
PropagationVector(
... array<Cartesian>^ initialValues
)
new :
initialValues : Cartesian[] -> PropagationVector
Parameters
- initialValues
- Type: AGI.Foundation.CoordinatesCartesian
The initial value of the vector and its derivatives
at the starting epoch of propagation.
See Also