Function reflectionMatrix

Setup the matrix to perform a reflection about a plane parallel to a cardinal plane.

Matrix!(T,4) reflectionMatrix(T) (
  Axis reflectionAxis,
  T k
);