Searched refs:resultY (Results 1 – 1 of 1) sorted by relevance
939 void TransformationMatrix::multVecMatrix(double x, double y, double& resultX, double& resultY) const in multVecMatrix()942 resultY = m_matrix[3][1] + x * m_matrix[0][1] + y * m_matrix[1][1]; in multVecMatrix()946 resultY /= w; in multVecMatrix()950 …ix::multVecMatrix(double x, double y, double z, double& resultX, double& resultY, double& resultZ)… in multVecMatrix() argument953 resultY = m_matrix[3][1] + x * m_matrix[0][1] + y * m_matrix[1][1] + z * m_matrix[2][1]; in multVecMatrix()958 resultY /= w; in multVecMatrix()