Covariance3By3SizeAndOrientationInterpolatorGetEvaluator Method (Axes, EvaluatorGroup) | 
 
            Constructs an evaluator that calculates the size and orientation of the position covariance over time.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override Covariance3By3Evaluator GetEvaluator(
	Axes definedIn,
	EvaluatorGroup group
)
Public Overrides Function GetEvaluator ( 
	definedIn As Axes,
	group As EvaluatorGroup
) As Covariance3By3Evaluator
public:
virtual Covariance3By3Evaluator^ GetEvaluator(
	Axes^ definedIn, 
	EvaluatorGroup^ group
) override
abstract GetEvaluator : 
        definedIn : Axes * 
        group : EvaluatorGroup -> Covariance3By3Evaluator 
override GetEvaluator : 
        definedIn : Axes * 
        group : EvaluatorGroup -> Covariance3By3Evaluator 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: 
Covariance3By3EvaluatorThe covariance evaluator.
See Also