Skip to content

Commit 3eb5223

Browse files
iefreermrdoob
authored andcommitted
Docs api math: fix description of class Line3 and Vector4 (mrdoob#9274)
* Docs api math Vector4.html: miss a closing div tag * Fix description of method equals in class Line3
1 parent febb7f8 commit 3eb5223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/math/Line3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ <h3>[method:Boolean equals]( [page:Line3 line] )</h3>
6565
line -- [page:Line3]
6666
</div>
6767
<div>
68+
Returns true if both line's start and end points are equal.
69+
</div>
6870

6971
<h3>[method:Float distance]()</h3>
7072
<div>
7173
Returns the length of the line segment.
7274
</div>
73-
Returns true if both line's start and end points are equal.
74-
</div>
7575

7676
<h3>[method:Float distanceSq]()</h3>
7777
<div>

docs/api/math/Vector4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h3>[method:Array toArray]( [page:Array array], [page:Integer offset] ) [page:Ve
312312
</div>
313313
<div>
314314
Returns an array in the format [x, y, z, w]
315-
315+
</div>
316316

317317
<h2>Source</h2>
318318

0 commit comments

Comments
 (0)