Lines Matching refs:fVerStart
262 double fVerStart, double fVerStop, in createUnitSpherePolyPolygon() argument
278 nVerSeg = fround(fabs(fVerStop - fVerStart) / (F_2PI / 24.0)); in createUnitSpherePolyPolygon()
285 const double fVerDiffPerStep((fVerStop - fVerStart) / (double)nVerSeg); in createUnitSpherePolyPolygon()
288 bool bVerFromTop(fTools::equal(fVerStart, F_PI2)); in createUnitSpherePolyPolygon()
298 const double fVer(fVerStart + ((double)(a) * fVerDiffPerStep)); in createUnitSpherePolyPolygon()
324 const double fVer(fVerStart + ((double)(b) * fVerDiffPerStep)); in createUnitSpherePolyPolygon()
341 double fVerStart, double fVerStop, in createSpherePolyPolygonFromB3DRange() argument
344 …B3DPolyPolygon aRetval(createUnitSpherePolyPolygon(nHorSeg, nVerSeg, fVerStart, fVerStop, fHorStar… in createSpherePolyPolygonFromB3DRange()
362 double fVerStart, double fVerStop, in createUnitSphereFillPolyPolygon() argument
377 nVerSeg = fround(fabs(fVerStop - fVerStart) / (F_2PI / 24.0)); in createUnitSphereFillPolyPolygon()
386 const double fVer(fVerStart + (((fVerStop - fVerStart) * a) / nVerSeg)); in createUnitSphereFillPolyPolygon()
387 const double fVer2(fVerStart + (((fVerStop - fVerStart) * (a + 1)) / nVerSeg)); in createUnitSphereFillPolyPolygon()
420 double fVerStart, double fVerStop, in createSphereFillPolyPolygonFromB3DRange() argument
423 …gon aRetval(createUnitSphereFillPolyPolygon(nHorSeg, nVerSeg, bNormals, fVerStart, fVerStop, fHorS… in createSphereFillPolyPolygonFromB3DRange()