You are here: Start » AVL.NET » Invoke.SmoothPath_Gauss
Smooths a path by averaging its characteristic points within a kernel using gaussian-weighted average.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothPath_Gauss ( Avl.Path inPath, float inStdDev, float inKernelRelativeSize, Avl.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inStdDev | float | <0.0f, INF> | 0.6f | Smoothing standard deviation. Default value: 0.6f. |
![]() | inKernelRelativeSize | float | <0.0f, INF> | 3.0f | A multiple of the standard deviation determining the size of the kernel. Default value: 3.0f. |
![]() | outPath | Avl.Path | Output path. |