Build a perspective projection matrix with left-hand NDC and [0 .. 1] depth clipping
a matrix that maps from eye space to clip space. To obtain NDC, the vector must be divided by w.
See Implementation
Build a perspective projection matrix with left-hand NDC and [0 .. 1] depth clipping