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

AVS.SmoothPath_Mean Method

Smooths a path by averaging its characteristic points within a kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SmoothPath_Mean
(
	AvlNet.Path inPath,
	int inKernelRadius,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inKernelRadiusint<0, INF>3Default value: 3.
outPathAvlNet.PathOutput path.

See also