frustum

Build an frustum perspective projection matrix with default NDC and DepthClip

alias frustum = frustumCT!(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