Function projectionMatrix

Setup the matrix to perform a projection onto a plane passing through the origin. The plane is perpendicular to the unit vector n.

Matrix!(T,4) projectionMatrix(T) (
  Vector!(T,3) n
);