viewProjectionMatrix
The viewProjectionMatrix represents the matrix that combines the view matrix and the projection matrix. It is a derived value, calculated by multiplying the projectionMatrix and viewMatrix. The resulting matrix transforms positions from world space to clip space.
Return
The viewProjectionMatrix as a ZMatrix4.