Home | History | Annotate | Download | only in mosaic

Lines Matching refs:lastTheta

1284     double arcLength, lastTheta;
1285 m_wb.theta = lastTheta = arcLength = 0.0;
1306 m_wb.theta += thisTheta - lastTheta;
1307 lastTheta = thisTheta;