Home | History | Annotate | Download | only in mosaic

Lines Matching refs:arcLength

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