Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ConstantCovariance3By3(
	Cartesian standardDeviations,
	Axes orientationAxes
)

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