ConstantCovariance3By3 Constructor (Cartesian, Axes) |
Creates a new instance from the specified constant size and the orientation axes.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConstantCovariance3By3(
Cartesian standardDeviations,
Axes orientationAxes
)
Public Sub New (
standardDeviations As Cartesian,
orientationAxes As Axes
)
public:
ConstantCovariance3By3(
Cartesian standardDeviations,
Axes^ orientationAxes
)
new :
standardDeviations : Cartesian *
orientationAxes : Axes -> ConstantCovariance3By3
Parameters
- standardDeviations
- Type: AGI.Foundation.CoordinatesCartesian
The standard deviation, or sigmas, of the covariance ellipsoid axes. - orientationAxes
- Type: AGI.Foundation.GeometryAxes
The orientation axes of the body axes of the covariance ellipsoid.
See Also