Anti-Grain Geometry - AGG (libagg)  2.5
Public Member Functions
agg::curve4 Class Reference

#include <agg_curves.h>

List of all members.

Public Member Functions

 curve4 ()
 curve4 (double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4)
 curve4 (const curve4_points &cp)
void reset ()
void init (double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4)
void init (const curve4_points &cp)
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 v)
double angle_tolerance () const
void cusp_limit (double v)
double cusp_limit () const
void rewind (unsigned path_id)
unsigned vertex (double *x, double *y)

Constructor & Destructor Documentation

agg::curve4::curve4 ( ) [inline]
agg::curve4::curve4 ( double  x1,
double  y1,
double  x2,
double  y2,
double  x3,
double  y3,
double  x4,
double  y4 
) [inline]
agg::curve4::curve4 ( const curve4_points cp) [inline]

Member Function Documentation

void agg::curve4::angle_tolerance ( double  v) [inline]
double agg::curve4::angle_tolerance ( ) const [inline]
void agg::curve4::approximation_method ( curve_approximation_method_e  v) [inline]
curve_approximation_method_e agg::curve4::approximation_method ( ) const [inline]
void agg::curve4::approximation_scale ( double  s) [inline]
double agg::curve4::approximation_scale ( ) const [inline]
void agg::curve4::cusp_limit ( double  v) [inline]
double agg::curve4::cusp_limit ( ) const [inline]
void agg::curve4::init ( double  x1,
double  y1,
double  x2,
double  y2,
double  x3,
double  y3,
double  x4,
double  y4 
) [inline]
void agg::curve4::init ( const curve4_points cp) [inline]
void agg::curve4::reset ( ) [inline]
void agg::curve4::rewind ( unsigned  path_id) [inline]
unsigned agg::curve4::vertex ( double *  x,
double *  y 
) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines