Searched refs:resultY (Results 1 – 1 of 1) sorted by relevance
926 void TransformationMatrix::multVecMatrix(double x, double y, double& resultX, double& resultY) const in multVecMatrix()929 resultY = m_matrix[3][1] + x * m_matrix[0][1] + y * m_matrix[1][1]; in multVecMatrix()933 resultY /= w; in multVecMatrix()937 …ix::multVecMatrix(double x, double y, double z, double& resultX, double& resultY, double& resultZ)… in multVecMatrix() argument940 resultY = m_matrix[3][1] + x * m_matrix[0][1] + y * m_matrix[1][1] + z * m_matrix[2][1]; in multVecMatrix()945 resultY /= w; in multVecMatrix()