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

+ 0 - 3
docs/lua_api.txt

@@ -48,9 +48,6 @@ Vector3
 	**multiply** (a, k) : Vector3
 		Multiplies the vector *a* by the scalar *k* and returns the result.
 
-	**divide** (a, k) : Vector3
-		Divides the vector *a* by the scalar *k* and returns the result.
-
 	**dot** (a, b) : float
 		Returns the dot product between the vectors *a* and *b*.