|
oevislib_net
0.14.3.0
|
Functions | |
| Path | oevislib_net.Path.Smooth (int inKernelRadius) |
| Smooths a path by applying a mobile average to its points. | |
| Path | oevislib_net.Path.GaussianSmooth (float inStdDev, float inKernelRelativeSize) |
| Smooths a path applying a Gaussian kernel to its points. | |
|
inline |
Smooths a path applying a Gaussian kernel to its points.
| inStdDev | Gaussian distribution standard deviation. Range [0, +inf). |
| inKernelRelativeSize | Coefficient used in combination with the standard deviation to find the kernel size. Range [0, +inf). |
|
inline |
Smooths a path by applying a mobile average to its points.
| inKernelRadius | Size of the averaging kernel. Range: [0, +inf). |