fix doc comment for mat4.look_at

This commit is contained in:
Colby Klein 2016-12-15 16:44:09 -08:00
parent 55a6d666b4
commit 736ef2fcf8

View File

@ -287,7 +287,6 @@ function mat4.from_hmd_perspective(tanHalfFov, zNear, zFar, flipZ, farAtInfinity
end
--- Transform matrix to look at a point.
-- @tparam mat4 out Matrix to store result
-- @tparam vec3 eye Location of viewer's view plane
-- @tparam vec3 center Location of object to view
-- @tparam vec3 up Up direction