Covariance3By3SizeAndOrientationToMatrix3By3 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 Matrix3By3 ToMatrix3By3()
Public Function ToMatrix3By3 As Matrix3By3
public:
Matrix3By3 ToMatrix3By3()
member ToMatrix3By3 : unit -> Matrix3By3
Return Value
Type:
Matrix3By3The Covariance information as a
Matrix3By3.
See Also