Difference between revisions of "Transform"

m (Adding keyword.)
Line 9: Line 9:
 
{{#set:Description=A library designed to ease the handling of coordinate/angle transformations in world}}
 
{{#set:Description=A library designed to ease the handling of coordinate/angle transformations in world}}
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
 +
{{#set:Keyword=Math}}
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 12:15, 18 January 2017

Transform is a Lua library designed to make it easier handling local/world coordinates, along with a customizable rotation.

It's been highly inspired on Unity's Transform class.

Link to the GitHub repository:

https://github.com/matiasah/lua-transform