#include <agg_renderer_outline_aa.h>
List of all members.
Public Member Functions |
| | distance_interpolator2 () |
| | distance_interpolator2 (int x1, int y1, int x2, int y2, int sx, int sy, int x, int y) |
| | distance_interpolator2 (int x1, int y1, int x2, int y2, int ex, int ey, int x, int y, int) |
| void | inc_x () |
| void | dec_x () |
| void | inc_y () |
| void | dec_y () |
| void | inc_x (int dy) |
| void | dec_x (int dy) |
| void | inc_y (int dx) |
| void | dec_y (int dx) |
| int | dist () const |
| int | dist_start () const |
| int | dist_end () const |
| int | dx () const |
| int | dy () const |
| int | dx_start () const |
| int | dy_start () const |
| int | dx_end () const |
| int | dy_end () const |
Constructor & Destructor Documentation
| agg::distance_interpolator2::distance_interpolator2 |
( |
| ) |
[inline] |
| agg::distance_interpolator2::distance_interpolator2 |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
sx, |
|
|
int |
sy, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [inline] |
| agg::distance_interpolator2::distance_interpolator2 |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
ex, |
|
|
int |
ey, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
|
|
) |
| [inline] |
Member Function Documentation
| void agg::distance_interpolator2::dec_x |
( |
| ) |
[inline] |
| void agg::distance_interpolator2::dec_x |
( |
int |
dy | ) |
[inline] |
| void agg::distance_interpolator2::dec_y |
( |
| ) |
[inline] |
| void agg::distance_interpolator2::dec_y |
( |
int |
dx | ) |
[inline] |
| int agg::distance_interpolator2::dist |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dist_end |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dist_start |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dx |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dx_end |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dx_start |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dy |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dy_end |
( |
| ) |
const [inline] |
| int agg::distance_interpolator2::dy_start |
( |
| ) |
const [inline] |
| void agg::distance_interpolator2::inc_x |
( |
| ) |
[inline] |
| void agg::distance_interpolator2::inc_x |
( |
int |
dy | ) |
[inline] |
| void agg::distance_interpolator2::inc_y |
( |
| ) |
[inline] |
| void agg::distance_interpolator2::inc_y |
( |
int |
dx | ) |
[inline] |
The documentation for this class was generated from the following file: