orthographic

fun orthographic(    left: Float,     right: Float,     bottom: Float,     top: Float,     near: Float,     far: Float): Mat4

Creates a projection matrix for an orthographic (parallel) projection defined by a given set of clipping planes: left, right, bottom, top, near and far.