PropagationVector Constructor (Cartesian) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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