AxesInterpolatorInterpolator Property |
Gets or sets the interpolator.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RotationalMotionInterpolator Interpolator { get; set; }
Public Property Interpolator As RotationalMotionInterpolator
Get
Set
public:
property RotationalMotionInterpolator^ Interpolator {
RotationalMotionInterpolator^ get ();
void set (RotationalMotionInterpolator^ value);
}
member Interpolator : RotationalMotionInterpolator with get, set
Property Value
Type:
RotationalMotionInterpolatorSee Also