Difference between revisions of "Transform"

(Created page with "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 cla...")
 
Line 1: Line 1:
Transform is a Lua library designed to make it easier handling local/world coordinates, along with a customizable rotation.
+
Transform is a Lua library designed to make it easier handling local/world coordinates, along with a customizable rotation.<br>
 
It's been highly inspired on [Unity's Transform class.](https://docs.unity3d.com/ScriptReference/Transform.html)
 
It's been highly inspired on [Unity's Transform class.](https://docs.unity3d.com/ScriptReference/Transform.html)
  

Revision as of 05:05, 12 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.](https://docs.unity3d.com/ScriptReference/Transform.html)

Link to the GitHub repository: https://github.com/matiasah/lua-transform