Click or drag to resize

RotationalMotionInterpolatorSegmentBoundaryTimes Property

Gets or sets the boundary times between segments that the interpolator should not interpolate over.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<JulianDate> SegmentBoundaryTimes { get; set; }

Property Value

Type: IListJulianDate
See Also