matWorld is a matrix not a vector
matView defines the angle where you look at
matProj defines how 4D x,y,z,w Vertices are transformed to the screen
matWorldView = inverted World * View Matrix
matWorldViewProj = inverted World* View * Proj Matrix