Click or drag to resize

PointInterpolator Constructor

Overload List
  NameDescription
Public methodPointInterpolator
Initializes a new instance. The user must set Interpolator and ReferenceFrame.
Protected methodPointInterpolator(PointInterpolator, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodPointInterpolator(ReferenceFrame, TranslationalMotionInterpolator)
Initializes a new instance of the PointInterpolator class from the provided parameters.
Public methodPointInterpolator(ReferenceFrame, InterpolationAlgorithm, Int32, DateMotionCollectionCartesian)
Initializes a new instance of the PointInterpolator class from the provided parameters.
Public methodPointInterpolator(ReferenceFrame, InterpolationAlgorithmType, Int32, DateMotionCollectionCartesian)
Initializes a new instance of the PointInterpolator class from the provided parameters.
Public methodPointInterpolator(ReferenceFrame, InterpolationAlgorithm, Int32, DateMotionCollectionCartesian, IListJulianDate)
Initializes a new instance of the PointInterpolator class from the provided parameters.
Public methodPointInterpolator(ReferenceFrame, InterpolationAlgorithmType, Int32, DateMotionCollectionCartesian, IListJulianDate)
Initializes a new instance of the PointInterpolator class from the provided parameters.
Top
See Also