defOrtho

Build an orthographic projection matrix with default NDC

pure @safe @nogc nothrow
alias defOrtho = orthoCT!(defNdc)

Return Value

an affine matrix that maps from eye coordinates to NDC.

Meta