ortho

Build an orthographic projection matrix with default NDC and DepthClip

alias ortho = orthoCT!(defNdc, defDepthClip)

Return Value

an affine matrix that maps from eye coordinates to NDC.

Meta