#include <perspective.h>
Public Member Functions | |
| PerspectiveConfig () | |
| int | equivalent (PerspectiveConfig &that) |
| void | copy_from (PerspectiveConfig &that) |
| void | interpolate (PerspectiveConfig &prev, PerspectiveConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| float | x1 |
| float | y1 |
| float | x2 |
| float | y2 |
| float | x3 |
| float | y3 |
| float | x4 |
| float | y4 |
| int | mode |
| int | window_w |
| int | window_h |
| int | current_point |
| int | forward |
Definition at line 21 of file perspective.h.
| PerspectiveConfig::PerspectiveConfig | ( | ) |
| int PerspectiveConfig::equivalent | ( | PerspectiveConfig & | that | ) |
| void PerspectiveConfig::copy_from | ( | PerspectiveConfig & | that | ) |
| void PerspectiveConfig::interpolate | ( | PerspectiveConfig & | prev, | |
| PerspectiveConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
| float PerspectiveConfig::x1 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::y1 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::x2 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::y2 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::x3 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::y3 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::x4 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float PerspectiveConfig::y4 |
Definition at line 34 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 35 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 38 of file perspective.h.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5