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

Invoke.SmoothPath_Mean

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SmoothPath_Mean
(
	Avl.Path inPath,
	int inKernelRadius,
	Avl.Path outPath
)

Parameters

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

See also