Home | History | Annotate | Download | only in mosaic

Lines Matching refs:lastTheta

1264     double arcLength, lastTheta;
1265 m_wb.theta = lastTheta = arcLength = 0.0;
1286 m_wb.theta += thisTheta - lastTheta;
1287 lastTheta = thisTheta;