Click or drag to resize

PointInterpolator Constructor (ReferenceFrame, TranslationalMotionInterpolator)

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,
	TranslationalMotionInterpolator interpolator
)

Parameters

referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which the point is defined.
interpolator
Type: AGI.Foundation.NumericalMethodsTranslationalMotionInterpolator
The interpolator to use to interpolate the point.
See Also