StkAttitudeFileAttitudeTimeQuaternionsInterpolator Property |
Gets or sets the interpolator to use to interpolate this attitude data.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override RotationalMotionInterpolator Interpolator { get; set; }
Public Overrides Property Interpolator As RotationalMotionInterpolator
Get
Set
public:
virtual property RotationalMotionInterpolator^ Interpolator {
RotationalMotionInterpolator^ get () override;
void set (RotationalMotionInterpolator^ value) override;
}
abstract Interpolator : RotationalMotionInterpolator with get, set
override Interpolator : RotationalMotionInterpolator with get, set
Property Value
Type:
RotationalMotionInterpolatorRemarks
When reading an attitude file, this property may be null if the "InterpolationMethod"
property did not exist in the file or if it could not be automatically mapped to an
RotationalMotionInterpolator instance.
In the latter case, the original string representation of the name of the interpolation method
can be found in the Properties collection.
When writing an attitude file, and this property is non-null, it overrides "InterpolationMethod"
in Properties. However, if this property is null, the value in
Properties is used.
See Also