Function mat4.setOrtho

void setOrtho(
  float left,
  float right,
  float bottom,
  float top,
  float nearPlane,
  float farPlane
);