You are here:
Start »
AVL.NET »
AVL.GetPathCharacteristicPoint_Interpolated(AvlNet.Path, float, AvlNet.Point2D)
AVL.GetPathCharacteristicPoint_Interpolated(AvlNet.Path, float, AvlNet.Point2D)
| 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
- inIndex
- Type: System.Single
- outPoint
- Type: AvlNet.Point2D
Errors
| Error type |
Description |
| DomainError |
Index out of range in GetPathCharacteristicPoint_Interpolated. |
See also