Click or drag to resize

ConstantCovariance3By3GetEvaluator Method (Axes, EvaluatorGroup)

Constructs an evaluator that calculates the size and orientation of the position covariance over time.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Covariance3By3Evaluator GetEvaluator(
	Axes definedIn,
	EvaluatorGroup group
)

Parameters

definedIn
Type: AGI.Foundation.GeometryAxes
The reference axes the results will be defined in. The evaluated Covariance3By3SizeAndOrientation'sRotation property is the rotation from the OrientationAxes to this axes.
group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.

Return Value

Type: Covariance3By3Evaluator
The covariance evaluator.
See Also