Skip to content

Commit

Permalink
Update Box3.html (#23320)
Browse files Browse the repository at this point in the history
Fix typo
skuteli authored Jan 25, 2022
1 parent f42a028 commit ad68e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/en/math/Box3.html
Original file line number Diff line number Diff line change
@@ -236,7 +236,7 @@ <h3>[method:this makeEmpty]()</h3>
<h3>[method:this set]( [param:Vector3 min], [param:Vector3 max] )</h3>
<p>
[page:Vector3 min] - [page:Vector3] representing the lower (x, y, z) boundary of the box.<br />
[page:Vector3 max] - [page:Vector3] representing the lower upper (x, y, z) boundary of the box.<br /><br />
[page:Vector3 max] - [page:Vector3] representing the upper (x, y, z) boundary of the box.<br /><br />

Sets the lower and upper (x, y, z) boundaries of this box.<br>
Please note that this method only copies the values from the given objects.

0 comments on commit ad68e49

Please sign in to comment.