You are here: Start » AVL.NET » ProfileInterpolationMethod Enumeration
ProfileInterpolationMethod Enumeration
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Possible values of ProfileInterpolationMethod:
Members
| Member name | Description | 
|---|---|
| Cubic | Interpolation that fits a cubic function to consecutive points. | 
| Linear | Linear interpolation between consecutive points of the profile. | 
| Quadratic3 | Interpolation that fits a parabola to 3 consecutive points. | 
| Quadratic4 | Interpolation that fits a parabola to 4 consecutive points. | 
| Quadratic5 | Interpolation that fits a parabola to 5 consecutive points. | 
