Daniele Bartolini 10 rokov pred
rodič
commit
23c150b294
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      docs/lua_api.txt

+ 6 - 0
docs/lua_api.txt

@@ -246,6 +246,12 @@ Matrix4x4
 	**set_z** (m, z)
 		Sets the z axis of the matrix *m*.
 
+	**rotation** (m) : Quaternion
+		Returns the rotation portion of the matrix *m*.
+
+	**set_rotation** (m, r)
+		Sets the rotation portion of the matrix *m*.
+
 	**translation** (m, a) : Vector3
 		Returns the translation portion of the matrix *m*.