Description | |||||
This is the generic function for plotting a circle. | |||||
Synopsis | |||||
#include <ProPlotdriver.h> | |||||
ProError | (*ProPlotdriverArcPlot) | ( | |||
ProAppData data | |||||
/* (In) | |||||
The application data. | |||||
*/ | |||||
Pro3dPnt center | |||||
/* (In) | |||||
Center of the circle. | |||||
*/ | |||||
double radius | |||||
/* (In) | |||||
Radius. | |||||
*/ | |||||
Pro3dPnt end1 | |||||
/* (In) | |||||
The starting point, defined as (X, Y, Z). The function ignores the Z value. | |||||
*/ | |||||
Pro3dPnt end2 | |||||
/* (In) | |||||
The ending point, defined as (X, Y, Z). The function ignores the Z value. | |||||
*/ | |||||
double t1 | |||||
/* (In) | |||||
The start angle, in radians. | |||||
*/ | |||||
double t2 | |||||
/* (In) | |||||
The end angle, in radians. | |||||
*/ | |||||
int color | |||||
/* (In) | |||||
Color index. The possible values are as follows:
|
|||||
*/ | |||||
) | |||||
Returns | |||||
|