Searched defs:arc_stepsize (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ | ||
| H A D | monotonizer.cc | 90 REAL arc_stepsize = (max > 1.0) ? (1.0/max) : 1.0; local in function:Subdivider::tessellate 98 REAL arc_stepsize = (max > 1.0) ? (1.0/max) : 1.0; local in function:Subdivider::tessellate |
| H A D | arctess.cc | 279 ArcTessellator::tessellateLinear( Arc *arc, REAL geo_stepsize, REAL arc_stepsize, int isrational ) argument 324 ArcTessellator::tessellateNonlinear( Arc *arc, REAL geo_stepsize, REAL arc_stepsize, int isrational ) argument |
Completed in 2 milliseconds