Matrix.orthographic

Orthographic projection

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

Return Value

Type: Matrix

orthographic projection.

Meta