Click or drag to resize

PositionInterpolatorInterpolate Method

Computes interpolated positions based on the input positions.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Collection<Cartesian> Interpolate(
	IEnumerable<Cartesian> positions
)

Parameters

positions
Type: System.Collections.GenericIEnumerableCartesian
Positions to use for interpolation.

Return Value

Type: CollectionCartesian
Interpolated positions based on the input positions.
See Also