Home | History | Annotate | Download | only in mosaic

Lines Matching refs:lastTheta

1266     double arcLength, lastTheta;
1267 m_wb.theta = lastTheta = arcLength = 0.0;
1288 m_wb.theta += thisTheta - lastTheta;
1289 lastTheta = thisTheta;