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