|
void | base_length (double v) |
|
double | base_length () const |
|
void | base_height (double v) |
|
double | base_height () const |
|
void | preserve_x_scale (bool f) |
|
bool | preserve_x_scale () const |
|
void | reset () |
|
void | move_to1 (double x, double y) |
|
void | line_to1 (double x, double y) |
|
void | move_to2 (double x, double y) |
|
void | line_to2 (double x, double y) |
|
void | finalize_paths () |
|
template<class VertexSource1 , class VertexSource2 > |
void | add_paths (VertexSource1 &vs1, VertexSource2 &vs2, unsigned path1_id=0, unsigned path2_id=0) |
|
double | total_length1 () const |
|
double | total_length2 () const |
|
void | transform (double *x, double *y) const |
|
Definition at line 28 of file agg_trans_double_path.h.
The documentation for this class was generated from the following files: