Home | History | Annotate | Download | only in mosaic

Lines Matching refs:arcLength

1284     double arcLength, lastTheta;
1285 m_wb.theta = lastTheta = arcLength = 0.0;
1299 // The arcLength is computed by summing the lengths of the chords
1301 arcLength += sqrt(deltaY * deltaY + deltaX * deltaX);
1315 // rectangle is determined by the arcLength computed above and the cone
1317 m_wb.width = arcLength;