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

AVS.AveragePath Method

Computes the average of two paths (of equal size and type) point by point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AveragePath
(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathInput path.
inPath2AvlNet.PathInput path.
outPathAvlNet.PathOutput path.

See also