2
0
Daniele Bartolini 10 жил өмнө
parent
commit
fd1df93f41
1 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 5 2
      docs/lua_api.txt

+ 5 - 2
docs/lua_api.txt

@@ -111,7 +111,7 @@ Vector3Box
 ----------
 
 	**Vector3Box** () : Vector3Box
-		Returns a new Vector3Box.
+		Returns a new Vector3Box initialized with the zero vector.
 
 	**Vector3Box** (v) : Vector3Box
 		Returns a new Vector3Box from the Vector3 *v*.
@@ -191,7 +191,7 @@ QuaternionBox
 -------------
 
 	**QuaternionBox** () : QuaternionBox
-		Returns a new QuaternionBox.
+		Returns a new QuaternionBox initialized with the identity quaternion.
 
 	**QuaternionBox** (q) : QuaternionBox
 		Returns a new QuaternionBox from the Quaternion *q*.
@@ -289,6 +289,9 @@ Matrix4x4
 Matrix4x4Box
 ------------
 
+	**Matrix4x4Box** () : Matrix4x4Box
+		Returns a new Matrix4x4Box initialized with the identity matrix.
+
 	**Matrix4x4Box** (m) : Matrix4x4Box
 		Returns a new Matrix4x4Box from the Matrix4x4 *m*.