Anti-Grain Geometry Tutorial
agg::curve3 Class Reference

Public Member Functions

 curve3 (double x1, double y1, double x2, double y2, double x3, double y3)
 
void reset ()
 
void init (double x1, double y1, double x2, double y2, double x3, double y3)
 
void approximation_method (curve_approximation_method_e v)
 
curve_approximation_method_e approximation_method () const
 
void approximation_scale (double s)
 
double approximation_scale () const
 
void angle_tolerance (double a)
 
double angle_tolerance () const
 
void cusp_limit (double v)
 
double cusp_limit () const
 
void rewind (unsigned path_id)
 
unsigned vertex (double *x, double *y)
 

Detailed Description

Definition at line 474 of file agg_curves.h.


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