You are here: Start » AVL.NET » Invoke.SharpenProfile
Sharpens a profile using a 3x1 filter.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SharpenProfile ( Avl.Profile inProfile, Optional<Avl.Range> inRange, float inFactor, bool inCyclic, Avl.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inProfile | Avl.Profile | Input profile. | ||
![]()  | inRange | Atl.Optional<Avl.Range> | |||
![]()  | inFactor | float | <0.0f, INF> | 1.0f | Default value: 1.0f. | 
![]()  | inCyclic | bool | Defines whether the first element should be considered adjacent to the last element. | ||
![]()  | outProfile | Avl.Profile | Output profile. | 


