Beatmup
|
Nearest neighbour bitmap interpolation. More...
#include <interpolation.h>
Public Member Functions | |
NearestNeighborInterpolator (const AbstractBitmap &bitmap, int x=0, int y=0) | |
pixel | operator() () const |
pixel | operator() (float x, float y) const |
Nearest neighbour bitmap interpolation.
Definition at line 27 of file interpolation.h.
|
inline |
Definition at line 29 of file interpolation.h.
|
inline |
Definition at line 30 of file interpolation.h.
|
inline |
Definition at line 34 of file interpolation.h.