Covariance3By3SizeAndOrientationToMatrix3By3Symmetric Method |
Gets the covariance matrix that corresponds to the sigma and orientation information.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Matrix3By3Symmetric ToMatrix3By3Symmetric()
Public Function ToMatrix3By3Symmetric As Matrix3By3Symmetric
public:
Matrix3By3Symmetric ToMatrix3By3Symmetric()
member ToMatrix3By3Symmetric : unit -> Matrix3By3Symmetric
Return Value
Type:
Matrix3By3SymmetricThe Covariance information as a
Matrix3By3Symmetric.
See Also