ConstantCovariance3By3.SetOrientationAxes Method |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Geometry.Axes
The orientation axes of the body axes of the covariance ellipsoid.
See Also