Covariance6By6TwoBodyBlender Constructor (DateMotionCollection<Cartesian>, DateMotionCollection<Matrix>) |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Covariance6By6TwoBodyBlender(
DateMotionCollection<Cartesian> orbitStates,
DateMotionCollection<Matrix> covarianceData
)
Public Sub New (
orbitStates As DateMotionCollection(Of Cartesian),
covarianceData As DateMotionCollection(Of Matrix)
)
public:
Covariance6By6TwoBodyBlender(
DateMotionCollection<Cartesian>^ orbitStates,
DateMotionCollection<Matrix^>^ covarianceData
)
new :
orbitStates : DateMotionCollection<Cartesian> *
covarianceData : DateMotionCollection<Matrix> -> Covariance6By6TwoBodyBlender
Parameters
- orbitStates
- Type: AGI.Foundation.DateMotionCollection<Cartesian>
The position and velocity vectors of the spacecraft at the same times
as the covarianceData. - covarianceData
- Type: AGI.Foundation.DateMotionCollection<Matrix>
The covariance data that is used for blending.
See Also