#include <agg_ellipse.h>
List of all members.
Public Member Functions |
| | ellipse () |
| | ellipse (double x, double y, double rx, double ry, unsigned num_steps=0, bool cw=false) |
| void | init (double x, double y, double rx, double ry, unsigned num_steps=0, bool cw=false) |
| void | approximation_scale (double scale) |
| void | rewind (unsigned path_id) |
| unsigned | vertex (double *x, double *y) |
Constructor & Destructor Documentation
| agg::ellipse::ellipse |
( |
| ) |
[inline] |
| agg::ellipse::ellipse |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
rx, |
|
|
double |
ry, |
|
|
unsigned |
num_steps = 0, |
|
|
bool |
cw = false |
|
) |
| [inline] |
Member Function Documentation
| void agg::ellipse::approximation_scale |
( |
double |
scale | ) |
[inline] |
| void agg::ellipse::init |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
rx, |
|
|
double |
ry, |
|
|
unsigned |
num_steps = 0, |
|
|
bool |
cw = false |
|
) |
| [inline] |
| void agg::ellipse::rewind |
( |
unsigned |
path_id | ) |
[inline] |
| unsigned agg::ellipse::vertex |
( |
double * |
x, |
|
|
double * |
y |
|
) |
| [inline] |
The documentation for this class was generated from the following file: