Click or drag to resize

Covariance6By6TwoBodyBlender.TransformCovariance Method

Transforms a 6x6 covariance matrix into new axes.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Matrix TransformCovariance(
	Matrix originalCovariance,
	Motion<UnitQuaternion, Cartesian> axesTransformation
)

Parameters

originalCovariance
Type: AGI.Foundation.Coordinates.Matrix
The 6x6 covariance matrix in the original axes.
axesTransformation
Type: AGI.Foundation.Motion<UnitQuaternion, Cartesian>
The axes transformation from the original axes to the new axes.

Return Value

Type: Matrix
The covariance transformed into the new axes.
See Also