Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/math/Line3.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ <h3>[method:Boolean equals]( [page:Line3 line] )</h3>
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>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/math/Vector4.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h3>[method:Array toArray]( [page:Array array], [page:Integer offset] ) [page:Ve
</div>
<div>
Returns an array in the format [x, y, z, w]

</div>

<h2>Source</h2>

Expand Down