Anti-Grain Geometry Tutorial
agg::trans_double_path Class Reference

Public Types

typedef vertex_sequence< vertex_dist, 6 > vertex_storage
 

Public Member Functions

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
 

Detailed Description

Definition at line 28 of file agg_trans_double_path.h.


The documentation for this class was generated from the following files: