You are here: Start » AVL.NET » ProfileInterpolationMethod Enumeration
ProfileInterpolationMethod Enumeration
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Possible values of ProfileInterpolationMethod:
Members
| Member name | Description |
|---|---|
| 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. |
