diff --git a/docs/api/math/Line3.html b/docs/api/math/Line3.html index fde928a632fa2e..c515aad86dc3a2 100644 --- a/docs/api/math/Line3.html +++ b/docs/api/math/Line3.html @@ -65,13 +65,13 @@

[method:Boolean equals]( [page:Line3 line] )

line -- [page:Line3]
+ Returns true if both line's start and end points are equal. +

[method:Float distance]()

Returns the length of the line segment.
- Returns true if both line's start and end points are equal. -

[method:Float distanceSq]()

diff --git a/docs/api/math/Vector4.html b/docs/api/math/Vector4.html index a7f33f87aaed69..da734c3e954d98 100644 --- a/docs/api/math/Vector4.html +++ b/docs/api/math/Vector4.html @@ -312,7 +312,7 @@

[method:Array toArray]( [page:Array array], [page:Integer offset] ) [page:Ve

Returns an array in the format [x, y, z, w] - +

Source