Click or drag to resize

PositionInterpolator.Interpolate Method

Computes interpolated positions based on the input positions.

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

Parameters

positions
Type: System.Collections.Generic.IEnumerable<Cartesian>
Positions to use for interpolation.

Return Value

Type: Collection<Cartesian>
Interpolated positions based on the input positions.
See Also