#include <agg_path_storage.h>
List of all members.
Public Types |
| typedef double | value_type |
Public Member Functions |
| | line_adaptor () |
| | line_adaptor (double x1, double y1, double x2, double y2) |
| void | init (double x1, double y1, double x2, double y2) |
| void | rewind (unsigned) |
| unsigned | vertex (double *x, double *y) |
Member Typedef Documentation
Constructor & Destructor Documentation
| agg::line_adaptor::line_adaptor |
( |
| ) |
[inline] |
| agg::line_adaptor::line_adaptor |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 |
|
) |
| [inline] |
Member Function Documentation
| void agg::line_adaptor::init |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 |
|
) |
| [inline] |
| void agg::line_adaptor::rewind |
( |
unsigned |
| ) |
[inline] |
| unsigned agg::line_adaptor::vertex |
( |
double * |
x, |
|
|
double * |
y |
|
) |
| [inline] |
The documentation for this class was generated from the following file: