Click or drag to resize

PointInterpolator Constructor (ReferenceFrame, InterpolationAlgorithmType, Int32, DateMotionCollectionCartesian, IListJulianDate)

Initializes a new instance of the PointInterpolator class from the provided parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointInterpolator(
	ReferenceFrame referenceFrame,
	InterpolationAlgorithmType algorithmType,
	int degree,
	DateMotionCollection<Cartesian> data,
	IList<JulianDate> segmentBoundaryTimes
)

Parameters

referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which the point is defined.
algorithmType
Type: AGI.Foundation.NumericalMethodsInterpolationAlgorithmType
The type of interpolation algorithm to use to interpolate the point.
degree
Type: SystemInt32
The degree of interpolation to perform.
data
Type: AGI.FoundationDateMotionCollectionCartesian
The data over which to interpolate.
segmentBoundaryTimes
Type: System.Collections.GenericIListJulianDate
The boundary times between segments that the interpolator should not interpolate over.
See Also