You are here: Start » AVL.NET » Invoke.ConvertToEquidistantPath
Creates a new path whose characteristic points lie on the input path, but are equally spaced.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ConvertToEquidistantPath ( Avl.Path inPath, float inStep, Avl.EquidistanceType inEquidistanceType, Avl.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inStep | float | <0.0f, INF> | 1.0f | Requested distance between consecutive points. Default value: 1.0f. |
![]() | inEquidistanceType | Avl.EquidistanceType | Defines how the distance is measured. | ||
![]() | outPath | Avl.Path | Output path. |