Daniele Bartolini 10 年 前
コミット
267df07eeb
1 ファイル変更6 行追加0 行削除
  1. 6 0
      docs/lua_api.txt

+ 6 - 0
docs/lua_api.txt

@@ -78,6 +78,12 @@ Vector3
 	**angle** (a, b) : float
 		Returns the angle between the vectors *a* and *b*.
 
+	**max** (a, b) : Vector3
+		Returns a vector that contains the largest value for each component from *a* and *b*.
+
+	**min** (a, b) : Vector3
+		Returns a vector that contains the smallest value for each component from *a* and *b*.
+
 	**forward** () : Vector3
 
 	**backward** () : Vector3