Class FunctionInterpolator
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
public static class FunctionInterpolator
- Inheritance
-
FunctionInterpolator
- Inherited Members
Methods
- Create(FunctionInterpolationMode, IEnumerable<Point2Double>)
Creates a IFunctionInterpolator from the given points.
- Create(FunctionInterpolationMode, IEnumerable<Point2Float>)
Creates a IFunctionInterpolator from the given points.
- Create(FunctionInterpolationMode, IEnumerable<KeyValuePair<double, double>>)
Creates a IFunctionInterpolator from the given points.
- Create(FunctionInterpolationMode, IEnumerable<KeyValuePair<float, float>>)
Creates a IFunctionInterpolator from the given points.