defPerspective

Build a perspective projection matrix with default NDC and DepthClip

pure @safe @nogc nothrow
alias defPerspective = perspectiveCT!(defNdc)

Return Value

a matrix that maps from eye space to clip space. To obtain NDC, the vector must be divided by w.

Meta