Covariance6By6TwoBodyBlenderCovarianceData Property |
Gets or sets the covariance data that is used for blending.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<Matrix> CovarianceData { get; set; }
Public Property CovarianceData As DateMotionCollection(Of Matrix)
Get
Set
public:
property DateMotionCollection<Matrix^>^ CovarianceData {
DateMotionCollection<Matrix^>^ get ();
void set (DateMotionCollection<Matrix^>^ value);
}
member CovarianceData : DateMotionCollection<Matrix> with get, set
Property Value
Type:
DateMotionCollectionMatrixSee Also