perspective

Build a perspective projection matrix with default NDC and DepthClip

alias perspective = perspectiveCT!(defNdc, defDepthClip)

Return Value

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

Meta