Home | History | Annotate | Download | only in mosaic

Lines Matching refs:wy

1054 void Blend::MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy)
1084 wy = ProjY(trs, X, Y, z, 1.0);
1087 void Blend::FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy)
1098 wy = Y;
1108 wy = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction;
1117 wy = alpha * m_wb.width * m_wb.direction;