Matrix.inverseOrthographic

Returns an inverse ortographic matrix ( 4x4 and floating - point matrices only ).

struct Matrix(type, int numCols, int numRows)
@safe pure nothrow static
static if(!((cols == 2) && (rows == 2)))
static if(!((cols == 3) && (rows == 3)))
static if((cols == 4) && (rows == 4))
static if(isFloatingPoint!valueType)
inverseOrthographic
if (
(numCols > 1) &&
(numRows > 1)
)

Meta