#include <interpolate.h>
Public Member Functions | |
| InterpolatePixelsConfig () | |
| int | equivalent (InterpolatePixelsConfig &that) |
| void | copy_from (InterpolatePixelsConfig &that) |
| void | interpolate (InterpolatePixelsConfig &prev, InterpolatePixelsConfig &next, int64_t prev_position, int64_t next_position, int64_t current_position) |
Data Fields | |
| int | x |
| int | y |
Definition at line 14 of file interpolate.h.
| InterpolatePixelsConfig::InterpolatePixelsConfig | ( | ) |
| int InterpolatePixelsConfig::equivalent | ( | InterpolatePixelsConfig & | that | ) |
| void InterpolatePixelsConfig::copy_from | ( | InterpolatePixelsConfig & | that | ) |
| void InterpolatePixelsConfig::interpolate | ( | InterpolatePixelsConfig & | prev, | |
| InterpolatePixelsConfig & | next, | |||
| int64_t | prev_position, | |||
| int64_t | next_position, | |||
| int64_t | current_position | |||
| ) |
Definition at line 25 of file interpolate.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 25 of file interpolate.h.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5