diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-06 15:52:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-06 15:52:44 +0200 |
commit | 973b9685b60edcce7ba2b75edf1afe93c0b08c41 (patch) | |
tree | bcd42ae087952f64e813faad4c680ff967b61b54 | |
parent | remove unnecessary halo elimination (diff) | |
download | blueshift-973b9685b60edcce7ba2b75edf1afe93c0b08c41.tar.gz blueshift-973b9685b60edcce7ba2b75edf1afe93c0b08c41.tar.bz2 blueshift-973b9685b60edcce7ba2b75edf1afe93c0b08c41.tar.xz |
document monotonicly_cubicly_interpolate_ramp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | info/blueshift.texinfo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index e3a5ae5..dc6fd16 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -1570,6 +1570,19 @@ parameter: @code{tension}, those default value is 0. It is a floating point value that should be between 0 and 1. +@item monotonicly_cubicly_interpolate_ramp +Scale up using monotone cubic Hermite +interpolation, and the Fritsch–Carlson method. + +Does not overshoot, but regular cubic +interpolation with uses linear replacement +for overshot areas is better. + +This function have one additional, optional, +parameter: @code{tension}, those default value +is 0. It is a floating point value that should +be between 0 and 1. + @end table All functions are will using linear |