Home | History | Annotate | Download | only in mosaic

Lines Matching refs:cosTheta

1066         double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1068 Y = length * cosTheta + m_wb.y;
1076 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1078 X = length * cosTheta + m_wb.x;