@@ -532,6 +532,19 @@ function Transform:clone() end
532532---
533533--- @return number e1_1 # The first column of the first row of the matrix.
534534--- @return number e1_2 # The second column of the first row of the matrix.
535+ --- @return number e1_3 # The third column of the first row of the matrix.
536+ --- @return number e1_4 # The fourth column of the first row of the matrix.
537+ --- @return number e2_1 # The first column of the second row of the matrix.
538+ --- @return number e2_2 # The second column of the second row of the matrix.
539+ --- @return number e2_3 # The third column of the second row of the matrix.
540+ --- @return number e2_4 # The fourth column of the second row of the matrix.
541+ --- @return number e3_1 # The first column of the third row of the matrix.
542+ --- @return number e3_2 # The second column of the third row of the matrix.
543+ --- @return number e3_3 # The third column of the third row of the matrix.
544+ --- @return number e3_4 # The fourth column of the third row of the matrix.
545+ --- @return number e4_1 # The first column of the fourth row of the matrix.
546+ --- @return number e4_2 # The second column of the fourth row of the matrix.
547+ --- @return number e4_3 # The third column of the fourth row of the matrix.
535548--- @return number e4_4 # The fourth column of the fourth row of the matrix.
536549function Transform :getMatrix () end
537550
@@ -605,7 +618,7 @@ function Transform:scale(sx, sy) end
605618---
606619--- [Open in Browser](https://love2d.org/wiki/Transform:setMatrix)
607620---
608- --- @overload fun ( self : love.Transform , layout : love.MatrixLayout , e1_1 : number , e1_2 : number , ... , e4_4 : number ): love.Transform
621+ --- @overload fun ( self : love.Transform , layout : love.MatrixLayout , e1_1 : number , e1_2 : number , e1_3 : number , e1_4 : number , e2_1 : number , e2_2 : number , e2_3 : number , e2_4 : number , e3_1 : number , e3_2 : number , e3_3 : number , e3_4 : number , e4_1 : number , e4_2 : number , e4_3 : number , e4_4 : number ): love.Transform
609622--- @overload fun ( self : love.Transform , layout : love.MatrixLayout , matrix : table ): love.Transform
610623--- @overload fun ( self : love.Transform , layout : love.MatrixLayout , matrix : table ): love.Transform
611624--- @param e1_1 number # The first column of the first row of the matrix.
0 commit comments