Matrix.orthographic

Returns an orthographic projection matrix.

struct Matrix(T, uint numColumns, uint numRows = numColumns)
static
static if(rowSize == 4 && columnSize == 4)
orthographic
(,,,
T top
,
T near = -1
,
T far = 1
)
if (
numColumns > 0 &&
numRows > 0
)

See Also

Meta