Beatmup
|
Floating point bitmap bilinear interpolation, implemented using pixel arithmetics. More...
#include <interpolation.h>
Public Member Functions | |
FloatBilinearInterpolator (const AbstractBitmap &bitmap, int x=0, int y=0) | |
pixel | operator() () const |
pixel | operator() (float x, float y) const |
Floating point bitmap bilinear interpolation, implemented using pixel arithmetics.
Definition at line 190 of file interpolation.h.
|
inline |
Definition at line 192 of file interpolation.h.
|
inline |
Definition at line 194 of file interpolation.h.
|
inline |
Definition at line 198 of file interpolation.h.