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

Invoke.GetPathCharacteristicPoint_Interpolated

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also