OrthographicLens

inline fun <T : Number, Comparable<T>> OrthographicLens(left: T, right: T = -left, bottom: T, top: T = -bottom, near: T, far: T): OrthographicLens<T>

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