You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inIndex | float | <0.0f, INF> | Real-valued point index; fractional values result in interpolation. | |
![]() | outPoint | Avl.Point2D |