NAME
OP::Enum::Inter - Interpolation types
DESCRIPTION
Specifies methods of interpolation between known datapoints.
SYNOPSIS
use OP::Enum::Inter;
my $linear = OP::Enum::Inter::Linear;
...
CONSTANTS
Linear
"Straight line" between points
Spline
Cubic spline curve between points
Constant
Use last known value between points
Undefined
Use undef for unknown datapoints
None
Don't interpolate
SEE ALSO
This file is part of OP.