I've read the documentation and it says it creates an orthographic projection matrix. However, what does the matrix it uses for calculations look like?
I input values into the method:
0, 105.0, 495.0, 190.0, 410.0, 0, 1
and it outputs:
0.0051282053, 0.0, 0.0, 0.0,
0.0, 0.009090909, 0.0, 0.0,
0.0, 0.0, -2.0, 0.0,
-1.5384616, -2.7272727, -1.0, 1.0
What would the resulting matrix look like when drawn?