Click or drag to resize

Covariance3By3SizeAndOrientationInterpolator Constructor (DateMotionCollectionCovariance3By3SizeAndOrientation, Covariance3By3Derivative)

Initializes a new instance. The SigmaDegree and the SigmaDegree properties are initialized to 1, the SigmaInterpolationAlgorithm is set to a new instance of LinearApproximation, and the RotationInterpolationAlgorithm is set to a new instance of LagrangePolynomialApproximation.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Covariance3By3SizeAndOrientationInterpolator(
	DateMotionCollection<Covariance3By3SizeAndOrientation, Covariance3By3Derivative> data
)

Parameters

data
Type: AGI.FoundationDateMotionCollectionCovariance3By3SizeAndOrientation, Covariance3By3Derivative
The data over which to interpolate.
See Also