Skip to content
Merged
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/Box2.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3>[name]( [param:Vector2 min], [param:Vector2 max] )</h3>
[page:Vector2 min] - (optional) [page:Vector2] representing the lower (x, y) boundary of the box.
Default is ( + Infinity, + Infinity ).<br>

[page:Vector2 max] - (optional) [page:Vector2] representing the lower upper (x, y) boundary of the box.
[page:Vector2 max] - (optional) [page:Vector2] representing the upper (x, y) boundary of the box.
Default is ( - Infinity, - Infinity ).<br /><br />

Creates a [name] bounded by min and max.
Expand Down Expand Up @@ -172,7 +172,7 @@ <h3>[method:Box2 makeEmpty]()</h3>
<h3>[method:Box2 set]( [param:Vector2 min], [param:Vector2 max] )</h3>
<p>
[page:Vector2 min] - (required ) [page:Vector2] representing the lower (x, y) boundary of the box. <br>
[page:Vector2 max] - (required) [page:Vector2] representing the lower upper (x, y) boundary of the box. <br /><br />
[page:Vector2 max] - (required) [page:Vector2] representing the upper (x, y) boundary of the box. <br /><br />

Sets the lower and upper (x, y) boundaries of this box.
</p>
Expand Down