ConstantCovariance3By3Sigmas Property |
Gets or sets the Cartesian representing the constant
Sigmas for the location point
uncertainty described by this instance. These are equal to the square root of the standard deviation of the covariances,
and are the semi-axes lengths of the covariance ellipsoid at one standard deviation of uncertainty.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Sigmas { get; set; }
Public Property Sigmas As Cartesian
Get
Set
public:
property Cartesian Sigmas {
Cartesian get ();
void set (Cartesian value);
}
member Sigmas : Cartesian with get, set
Property Value
Type:
CartesianSee Also