love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
300 stars 48 forks source link

Add transform and matrixlayout #69

Closed hazzard993 closed 6 years ago

hazzard993 commented 6 years ago

2nd Attempt

Includes the following files...

modules/math/types/Transform.lua
modules/math/enums/MatrixLayout.lua

in Math.lua

Transform.lua was also modified as one of its return values was not wrapped in a table.

These were created from pull req #58

Hope this helps

rm-code commented 6 years ago

Looks good :+1: Thanks