Function mat4.setLookAt

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