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

#include <agg_arc.h>

List of all members.

Public Member Functions

 arc ()
 arc (double x, double y, double rx, double ry, double a1, double a2, bool ccw=true)
void init (double x, double y, double rx, double ry, double a1, double a2, bool ccw=true)
void approximation_scale (double s)
double approximation_scale () const
void rewind (unsigned)
unsigned vertex (double *x, double *y)

Constructor & Destructor Documentation

agg::arc::arc ( ) [inline]
agg::arc::arc ( double  x,
double  y,
double  rx,
double  ry,
double  a1,
double  a2,
bool  ccw = true 
)

Member Function Documentation

void agg::arc::approximation_scale ( double  s)
double agg::arc::approximation_scale ( ) const [inline]
void agg::arc::init ( double  x,
double  y,
double  rx,
double  ry,
double  a1,
double  a2,
bool  ccw = true 
)
void agg::arc::rewind ( unsigned  )
unsigned agg::arc::vertex ( double *  x,
double *  y 
)

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