Function lookAt

Build a look-at view matrix

auto lookAt(V) (
  in V eye,
  in V target,
  in V up
)
if (isVec!V);