ソースを参照

Docs api math: fix description of class Line3 and Vector4 (#9274)

* Docs api math Vector4.html: miss a closing div tag

* Fix description of method equals in class Line3
iefreer 9 年 前
コミット
3eb5223b24
2 ファイル変更3 行追加3 行削除
  1. 2 2
      docs/api/math/Line3.html
  2. 1 1
      docs/api/math/Vector4.html

+ 2 - 2
docs/api/math/Line3.html

@@ -65,13 +65,13 @@
 		line -- [page:Line3]
 		</div>
 		<div>
+		Returns true if both line's start and end points are equal.
+		</div>
 
 		<h3>[method:Float distance]()</h3>
 		<div>
 		Returns the length of the line segment.
 		</div>
-		Returns true if both line's start and end points are equal.
-		</div>
 
 		<h3>[method:Float distanceSq]()</h3>
 		<div>

+ 1 - 1
docs/api/math/Vector4.html

@@ -312,7 +312,7 @@
 		</div>
 		<div>
 		Returns an array in the format [x, y, z, w]
-
+		</div>
 
 		<h2>Source</h2>