| DynamicCovariance3By3GetEvaluator Method (Axes) | 
 
            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 Covariance3By3Evaluator GetEvaluator(
	Axes definedIn
)
Public Function GetEvaluator ( 
	definedIn As Axes
) As Covariance3By3Evaluator
public:
Covariance3By3Evaluator^ GetEvaluator(
	Axes^ definedIn
)
member GetEvaluator : 
        definedIn : Axes -> 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.
Return Value
Type: 
Covariance3By3EvaluatorThe covariance evaluator.
 See Also
See Also