The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

OP::Enum, OP::Persistence

This file is part of OP.