Click or drag to resize

Covariance3By3SizeAndOrientationInterpolator Properties

The Covariance3By3SizeAndOrientationInterpolator type exposes the following members.

Properties
  NameDescription
Public propertyCovarianceData
Gets or sets the data over which to interpolate.
Public propertyDefinedInAxes
Gets or sets the Axes that the CovarianceData is defined in. The Rotation property of the resulting Covariance3By3SizeAndOrientation is the transformation from the OrientationAxes to these DefinedInAxes.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyOrientationAxes
Gets the time-varying axes of the covariance ellipsoid.
(Overrides DynamicCovariance3By3OrientationAxes.)
Public propertyRotationDegree
Gets or sets the degree of interpolation to perform on the rotations.
Public propertyRotationInterpolationAlgorithm
Gets or sets the interpolation algorithm used to interpolate the rotations.
Public propertySegmentBoundaryTimes
Gets or sets the boundary times between segments that the interpolator should not interpolate over.
Public propertySigmaDegree
Gets or sets the degree of interpolation to perform on the sigma values.
Public propertySigmaInterpolationAlgorithm
Gets or sets the interpolation algorithm used to interpolate the sigma values.
Top
See Also