You are here: Start » AVL.NET » AVS.ConvertToEquidistantPath Method

AVS.ConvertToEquidistantPath Method

Creates a new path whose characteristic points lie on the input path, but are equally spaced.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConvertToEquidistantPath
(
	AvlNet.Path inPath,
	float inStep,
	AvlNet.EquidistanceType inEquidistanceType,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inStepfloat<0.0f, INF>1.0fRequested distance between consecutive points. Default value: 1.0f.
inEquidistanceTypeAvlNet.EquidistanceTypeDefines how the distance is measured.
outPathAvlNet.PathOutput path.

See also