You are here: Start » AVL.NET » ProfileInterpolationMethod Enumeration

ProfileInterpolationMethod Enumeration

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Possible values of ProfileInterpolationMethod:

Members

Member nameDescription
LinearLinear interpolation between consecutive points of the profile.
Quadratic3Interpolation that fits a parabola to 3 consecutive points.
Quadratic4Interpolation that fits a parabola to 4 consecutive points.

Remarks

See also