You are here: Start » FIL.NET » Invoke.GetPathCharacteristicPoint_Interpolated

Invoke.GetPathCharacteristicPoint_Interpolated

Returns linear interpolation between two consecutive characteristic points of a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetPathCharacteristicPoint_Interpolated
(
	Fil.Path inPath,
	float inIndex,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inIndexfloat<0.0f, INF>Real-valued point index; fractional values result in interpolation.
outPointFil.Point2D

See also