ConstantCovariance3By3SetOrientationAxes Method |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetOrientationAxes(
Axes orientationAxes
)
Public Sub SetOrientationAxes (
orientationAxes As Axes
)
public:
void SetOrientationAxes(
Axes^ orientationAxes
)
member SetOrientationAxes :
orientationAxes : Axes -> unit
Parameters
- orientationAxes
- Type: AGI.Foundation.GeometryAxes
The orientation axes of the body axes of the covariance ellipsoid.
See Also