Click or drag to resize

AxesInterpolator Constructor (Axes, RotationalMotionInterpolator)

Initializes a new instance 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 AxesInterpolator(
	Axes referenceAxes,
	RotationalMotionInterpolator interpolator
)

Parameters

referenceAxes
Type: AGI.Foundation.GeometryAxes
The reference axes in which this axes is defined.
interpolator
Type: AGI.Foundation.NumericalMethodsRotationalMotionInterpolator
The interpolator to retrieve the transformation from referenceAxes for a given Julian date.
See Also