Home | History | Annotate | Download | only in mosaic

Lines Matching refs:wy

1052 void Blend::MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy)
1082 wy = ProjY(trs, X, Y, z, 1.0);
1085 void Blend::FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy)
1096 wy = Y;
1106 wy = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction;
1115 wy = alpha * m_wb.width * m_wb.direction;