orthographic

Creates an orthographic projection matrix

@nogc pure nothrow
orthographic
(
float left
,
float right
,
float bottom
,
float top
,
float near
,
float far
)

Meta