Matrix.perspective

struct Matrix(T, size_t R, size_t C)
static pure nothrow
static if(isSquare && R == 4 && isFloatingPoint!T)
perspective

Return Value

Type: Matrix

perspective projection.

Meta