LocationPointCovarianceExtension Constructor (DynamicCovariance3By3) |
Initializes a new instance from a vector and axes.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LocationPointCovarianceExtension(
DynamicCovariance3By3 covariance
)
Public Sub New (
covariance As DynamicCovariance3By3
)
public:
LocationPointCovarianceExtension(
DynamicCovariance3By3^ covariance
)
new :
covariance : DynamicCovariance3By3 -> LocationPointCovarianceExtension
Parameters
- covariance
- Type: AGI.Foundation.GeometryDynamicCovariance3By3
The size and orientation of the covariance ellipsoid of the location point.
See Also