Click or drag to resize

VectorInterpolator Constructor

Overload List
  NameDescription
Public methodVectorInterpolator()
Initializes a new instance. The user must set Interpolator and DefinedInAxes.
Public methodVectorInterpolator(Axes, TranslationalMotionInterpolator)
Initializes a new instance of the VectorInterpolator class from the provided parameters.
Protected methodVectorInterpolator(VectorInterpolator, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodVectorInterpolator(Axes, InterpolationAlgorithm, Int32, DateMotionCollection<Cartesian>)
Initializes a new instance of the VectorInterpolator class from the provided parameters.
Public methodVectorInterpolator(Axes, InterpolationAlgorithmType, Int32, DateMotionCollection<Cartesian>)
Initializes a new instance of the VectorInterpolator class from the provided parameters.
Public methodVectorInterpolator(Axes, InterpolationAlgorithm, Int32, DateMotionCollection<Cartesian>, IList<JulianDate>)
Initializes a new instance of the VectorInterpolator class from the provided parameters.
Public methodVectorInterpolator(Axes, InterpolationAlgorithmType, Int32, DateMotionCollection<Cartesian>, IList<JulianDate>)
Initializes a new instance of the VectorInterpolator class from the provided parameters.
Top
See Also