#include <Interpolation.h>
Static Public Member Functions | |
static double | InterpolateForward (double start, double end, double fraction) |
static double | InterpolateReverse (double start, double end, double value) |
Definition at line 6 of file Interpolation.h.
static double EdgeDetection::Interpolation::InterpolateForward | ( | double | start, |
double | end, | ||
double | fraction | ||
) | [inline, static] |
Definition at line 8 of file Interpolation.h.
static double EdgeDetection::Interpolation::InterpolateReverse | ( | double | start, |
double | end, | ||
double | value | ||
) | [inline, static] |
Definition at line 15 of file Interpolation.h.