Multiplies this by a parallel projection matrix.
Use cogl_matrix_orthographic
| this |
A 4x4 transformation matrix |
| left |
The coordinate for the left clipping plane |
| right |
The coordinate for the right clipping plane |
| bottom |
The coordinate for the bottom clipping plane |
| top |
The coordinate for the top clipping plane |
| far |
The <emphasis>distance</emphasis> to the far clipping plane (will be <emphasis>negative</emphasis> if the plane is behind the viewer) |
| near |
The <emphasis>distance</emphasis> to the near clipping plane (will be <emphasis>negative</emphasis> if the plane is behind the viewer) |