You are here: Start » AVL.NET » AVL.GetPathCharacteristicPoint_Interpolated(AvlNet.Path, float, AvlNet.Point2D)
AVL.GetPathCharacteristicPoint_Interpolated(AvlNet.Path, float, AvlNet.Point2D)
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
- inPath
- Type: AvlNet.Path
Input path - inIndex
- Type: System.Single
Real-valued point index; fractional values result in interpolation - outPoint
- Type: AvlNet.Point2D
Errors
| Error type | Description |
|---|---|
| DomainError | Index out of range in GetPathCharacteristicPoint_Interpolated. |
