|
Graphviz
2.41.20171026.1811
|

Go to the source code of this file.
Data Structures | |
| struct | ellipse_t |
Macros | |
| #define | TWOPI (2*M_PI) |
| #define | RationalFunction(x, c) ((x * (x * c[0] + c[1]) + c[2]) / (x + c[3])) |
Typedefs | |
| typedef double | erray_t [2][4][4] |
Functions | |
| Ppolyline_t * | ellipticWedge (pointf ctr, double xsemi, double ysemi, double angle0, double angle1) |
| #define RationalFunction | ( | x, | |
| c | |||
| ) | ((x * (x * c[0] + c[1]) + c[2]) / (x + c[3])) |
| Ppolyline_t* ellipticWedge | ( | pointf | ctr, |
| double | xsemi, | ||
| double | ysemi, | ||
| double | angle0, | ||
| double | angle1 | ||
| ) |
Definition at line 565 of file ellipse.c.
References pointf_s::x, and pointf_s::y.
Referenced by wedgedEllipse().
1.8.5