| DynamicCovariance3By3GetEvaluator Method (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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract Covariance3By3Evaluator GetEvaluator(
	EvaluatorGroup group
)
Public MustOverride Function GetEvaluator ( 
	group As EvaluatorGroup
) As Covariance3By3Evaluator
public:
virtual Covariance3By3Evaluator^ GetEvaluator(
	EvaluatorGroup^ group
) abstract
abstract GetEvaluator : 
        group : EvaluatorGroup -> Covariance3By3Evaluator 
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
 The evaluator group in which to create the evaluator.
Return Value
Type: 
Covariance3By3EvaluatorThe covariance evaluator.
 See Also
See Also