You are here: Start » AVL.NET » Invoke.ConvertToEquidistantPath

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
inPathAvl.PathInput path.
inStepfloat<0.0f, INF>1.0fRequested distance between consecutive points. Default value: 1.0f.
inEquidistanceTypeAvl.EquidistanceTypeDefines how the distance is measured.
outPathAvl.PathOutput path.

See also