Covariance6By6TwoBodyBlender Constructor (DateMotionCollectionCartesian, IDateMotionCollectionMatrix6By6Symmetric) | 
  
    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,
	IDateMotionCollection<Matrix6By6Symmetric> covarianceData
)
Public Sub New ( 
	orbitStates As DateMotionCollection(Of Cartesian),
	covarianceData As IDateMotionCollection(Of Matrix6By6Symmetric)
)
public:
Covariance6By6TwoBodyBlender(
	DateMotionCollection<Cartesian>^ orbitStates, 
	IDateMotionCollection<Matrix6By6Symmetric^>^ covarianceData
)
new : 
        orbitStates : DateMotionCollection<Cartesian> * 
        covarianceData : IDateMotionCollection<Matrix6By6Symmetric> -> Covariance6By6TwoBodyBlenderParameters
- orbitStates
 - Type: AGI.FoundationDateMotionCollectionCartesian
The position and velocity vectors of the spacecraft at the same times
            as the covarianceData. - covarianceData
 - Type: AGI.FoundationIDateMotionCollectionMatrix6By6Symmetric
The covariance data that is used for blending. 
Exceptions
See Also