I understand from this presentation: http://www.terathon.com/gdc07_lengyel.pdf
The focal length (fx) is the first value (e) in all OpenGL projection 4x4 matrices.
How would we get the values of principal point (cx, cy) from this projection matrix? Is it possible? I also know the view matrices.