You are here: Start » AVL.NET » AVL.GetPathCharacteristicPoint_Interpolated
Returns linear interpolation between two consecutive characteristic points of a path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void GetPathCharacteristicPoint_Interpolated ( AvlNet.Path inPath, float inIndex, out AvlNet.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | inIndex | float | <0.0f, INF> | Real-valued point index; fractional values result in interpolation. | |
![]() | outPoint | AvlNet.Point2D |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Index out of range in GetPathCharacteristicPoint_Interpolated. |


