Defines | Functions

plarc.c File Reference

#include "plplotP.h"

Go to the source code of this file.

Defines

#define CIRCLE_SEGMENTS   ( PL_MAXPOLY - 1 )
#define DEG_TO_RAD(x)   ( ( x ) * M_PI / 180.0 )

Functions

void plarc_approx (PLFLT x, PLFLT y, PLFLT a, PLFLT b, PLFLT angle1, PLFLT angle2, PLFLT rotate, PLBOOL fill)
void c_plarc (PLFLT x, PLFLT y, PLFLT a, PLFLT b, PLFLT angle1, PLFLT angle2, PLFLT rotate, PLBOOL fill)

Define Documentation

#define CIRCLE_SEGMENTS   ( PL_MAXPOLY - 1 )

Definition at line 24 of file plarc.c.

#define DEG_TO_RAD (   x  )     ( ( x ) * M_PI / 180.0 )

Definition at line 25 of file plarc.c.


Function Documentation

void c_plarc ( PLFLT  x,
PLFLT  y,
PLFLT  a,
PLFLT  b,
PLFLT  angle1,
PLFLT  angle2,
PLFLT  rotate,
PLBOOL  fill 
)

Definition at line 113 of file plarc.c.

void plarc_approx ( PLFLT  x,
PLFLT  y,
PLFLT  a,
PLFLT  b,
PLFLT  angle1,
PLFLT  angle2,
PLFLT  rotate,
PLBOOL  fill 
)

Definition at line 34 of file plarc.c.