Matrix.perspective

Returns a perspective projection matrix.

struct Matrix(T, uint numColumns, uint numRows = numColumns)
static
static if(rowSize == 4 && columnSize == 4)
perspective
if (
numColumns > 0 &&
numRows > 0
)

See Also

Meta