Click or drag to resize

Covariance6By6TwoBodyBlenderTransformCovariance Method

Transforms a 6x6 covariance matrix into new axes.

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

Parameters

originalCovariance
Type: AGI.Foundation.CoordinatesMatrix
The 6x6 covariance matrix in the original axes.
axesTransformation
Type: AGI.FoundationMotionUnitQuaternion, 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