Lua matrix library: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "The Lua matrix library is a collection of stuff to help with matrix math. The original Lua source for that is here: [[https://github.com/davidm/lua-matrix Lua matrix library on ...")
 
No edit summary
Line 1: Line 1:
The Lua matrix library is a collection of stuff to help with matrix math.
The Lua matrix library is a collection of stuff to help with matrix math. The original Lua source for that is here: [https://github.com/davidm/lua-matrix Lua matrix library on github]


The original Lua source for that is here: [[https://github.com/davidm/lua-matrix Lua matrix library on github]]
However, we recommend you use the following files as they have been changed slightly to work better with MTA:
 
:*[http://mtasa-resources.googlecode.com/svn/trunk/%5Beditor%5D/editor_main/client/matrix.lua matrix.lua]
We recommend you use the following files however, because they have been changed slightly to work better with MTA:
:*[http://mtasa-resources.googlecode.com/svn/trunk/%5Beditor%5D/editor_main/client/complex.lua complex.lua]
 
[[http://mtasa-resources.googlecode.com/svn/trunk/%5Beditor%5D/editor_main/client/matrix.lua matrix.lua]]
[[http://mtasa-resources.googlecode.com/svn/trunk/%5Beditor%5D/editor_main/client/complex.lua complex.lua]]

Revision as of 18:58, 11 June 2012

The Lua matrix library is a collection of stuff to help with matrix math. The original Lua source for that is here: Lua matrix library on github

However, we recommend you use the following files as they have been changed slightly to work better with MTA: