Click or drag to resize

Covariance3By3Derivative Constructor

Initializes a new Covariance3By3SizeAndOrientation object from the sigmas and a rotation.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Covariance3By3Derivative(
	Cartesian sigmaDerivatives,
	Cartesian rotationDerivative,
	int order
)

Parameters

sigmaDerivatives
Type: AGI.Foundation.CoordinatesCartesian
The derivative sigmas.
rotationDerivative
Type: AGI.Foundation.CoordinatesCartesian
The derivative of the rotation of the frame where the covariances (not the variances) are zero.
order
Type: SystemInt32
The order of the derivative of the other two parameters.
See Also