Daniele Bartolini 10 лет назад
Родитель
Сommit
86b86b6540
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      docs/lua_api.txt

+ 3 - 0
docs/lua_api.txt

@@ -255,6 +255,9 @@ Matrix4x4
 	**identity** ()
 		Returns the identity matrix.
 
+	**transform** (m, v) : Vector3
+		Transforms the vector *v* by the matrix *m* and returns the result.
+
 	**to_string** (a)
 		Returns a string representing the matrix.