Click or drag to resize

Covariance3By3SizeAndOrientation Constructor (Matrix6By6)

Initializes a new Covariance3By3SizeAndOrientation object a Matrix6By6 that contains position and velocity covariance information. Only the position information (the upper left 3-by-3 portion) is used. The velocity related information is ignored.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Covariance3By3SizeAndOrientation(
	Matrix6By6 matrix
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix6By6
The position and velocity covariance matrix.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when matrix is .
See Also