From bd51baa6d764293a83d4e955b533e55b57e8e147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 20 Jul 2021 17:28:53 +0800 Subject: update --- meta/3rd/love2d/library/love.math.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/3rd/love2d/library/love.math.lua') diff --git a/meta/3rd/love2d/library/love.math.lua b/meta/3rd/love2d/library/love.math.lua index 2f63a8e8..455a10c2 100644 --- a/meta/3rd/love2d/library/love.math.lua +++ b/meta/3rd/love2d/library/love.math.lua @@ -431,3 +431,7 @@ function Transform:transformPoint(globalX, globalY) end ---@param dy number # The relative translation along the y-axis. ---@return love.Transform transform # The Transform object the method was called on. Allows easily chaining Transform methods. function Transform:translate(dx, dy) end + +---@class love.MatrixLayout +---@field row integer # The matrix is row-major: +---@field column integer # The matrix is column-major: -- cgit v1.2.3