Ver Fonte

Update docs

Daniele Bartolini há 10 anos atrás
pai
commit
8c229cdfc6
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      docs/lua_api.txt

+ 3 - 0
docs/lua_api.txt

@@ -210,6 +210,9 @@ Matrix4x4
 	**from_axes** (x, y, z, t) : Matrix4x4
 		Returns a new matrix from *x*, *y*, *z* and *t*.
 
+	**copy** (m) : Matrix4x4
+		Returns a copy of the matrix *m*.
+
 	**add** (a, b) : Matrix4x4
 		Adds the matrix *a* to *b* and returns the result.