Public Member Functions |
| | ArcTessellator (TrimVertexPool &, Pool &) |
| | ~ArcTessellator (void) |
| void | bezier (Arc_ptr, REAL, REAL, REAL, REAL) |
| void | pwl (Arc_ptr, REAL, REAL, REAL, REAL, REAL) |
| void | pwl_left (Arc_ptr, REAL, REAL, REAL, REAL) |
| void | pwl_right (Arc_ptr, REAL, REAL, REAL, REAL) |
| void | pwl_top (Arc_ptr, REAL, REAL, REAL, REAL) |
| void | pwl_bottom (Arc_ptr, REAL, REAL, REAL, REAL) |
| void | tessellateLinear (Arc_ptr, REAL, REAL, int) |
| void | tessellateNonlinear (Arc_ptr, REAL, REAL, int) |
Static Private Member Functions |
| static void | trim_power_coeffs (BezierArc *, REAL[MAXORDER], int) |
Private Attributes |
| Pool & | pwlarcpool |
| TrimVertexPool & | trimvertexpool |
Static Private Attributes |
| static const REAL | gl_Bernstein [][MAXORDER][MAXORDER] |
Definition at line 53 of file arctess.h.