Covariance6By6TwoBodyBlender Constructor (DateMotionCollectionCartesian, DateMotionCollectionMatrix) |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.FoundationDateMotionCollectionCartesian
The position and velocity vectors of the spacecraft at the same times
as the covarianceData. - covarianceData
- Type: AGI.FoundationDateMotionCollectionMatrix
The covariance data that is used for blending.
See Also