DynamicCovariance3By3GetStandardDeviationEvaluator Method |
Constructs an evaluator that calculates the standard deviation (or sigma) of the position variance over time.
These sigmas correspond to the OrientationAxes.
This is equivalent to calling GetEllipsoidSizeEvaluator(Scalar) with a sigma factor of 1.0.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MotionEvaluator<Cartesian> GetStandardDeviationEvaluator()
Public Function GetStandardDeviationEvaluator As MotionEvaluator(Of Cartesian)
public:
MotionEvaluator<Cartesian>^ GetStandardDeviationEvaluator()
member GetStandardDeviationEvaluator : unit -> MotionEvaluator<Cartesian>
Return Value
Type:
MotionEvaluatorCartesianThe sigma evaluator.
See Also