Function mat4.lookAt

ref mat4 lookAt(
  const(vec3) eye,
  const(vec3) center,
  const(vec3) up
);