You are here: Start » AVL.NET » AVS.GetPathCharacteristicPoint_Interpolated Method

AVS.GetPathCharacteristicPoint_Interpolated Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetPathCharacteristicPoint_Interpolated
(
	AvlNet.Path inPath,
	float inIndex,
	out AvlNet.Point2D outPoint
)

Parameters

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

See also