Home | History | Annotate | Download | only in mosaic

Lines Matching refs:wy

1072 void Blend::MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy)
1102 wy = ProjY(trs, X, Y, z, 1.0);
1105 void Blend::FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy)
1116 wy = Y;
1126 wy = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction;
1135 wy = alpha * m_wb.width * m_wb.direction;