If I have a column-major (opengl) Matrix that is the result of multiplying the Projection Matrix by a Model View Matrix. How can I calculate the center point of that matrix? The reason why I ask is because I only have access to the resulting matrix and i need to find the location of the center of the view?
Thank you.