Matrix.perspective

Perspective projection

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

Return Value

Type: Matrix

perspective projection.

Meta