Home | History | Annotate | Download | only in mosaic

Lines Matching defs:arcLength

1264     double arcLength, lastTheta;
1265 m_wb.theta = lastTheta = arcLength = 0.0;
1279 // The arcLength is computed by summing the lengths of the chords
1281 arcLength += sqrt(deltaY * deltaY + deltaX * deltaX);
1295 // rectangle is determined by the arcLength computed above and the cone
1297 m_wb.width = arcLength;