Difference between revisions of "Transform"

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.
  
It's been highly inspired on [[https://docs.unity3d.com/ScriptReference/Transform.html|Unity3D Transform]] class.
+
It's been highly inspired on [[https://docs.unity3d.com/ScriptReference/Transform.html|Unity3D]] class.
  
 
Link to the GitHub repository:
 
Link to the GitHub repository:

Revision as of 05:07, 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 [[1]] class.

Link to the GitHub repository:

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