DynamicCovariance3By3OrientationAxes Property |
Gets the time-varying axes of the covariance ellipsoid.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract Axes OrientationAxes { get; }
Public MustOverride ReadOnly Property OrientationAxes As Axes
Get
public:
virtual property Axes^ OrientationAxes {
Axes^ get () abstract;
}
abstract OrientationAxes : Axes with get
Property Value
Type:
Axes
See Also