Update Rect intersection documentation, and rename method on Mono
This commit is contained in:
parent
3dc52c2b6a
commit
3fda53c256
4 changed files with 10 additions and 6 deletions
|
|
@ -78,7 +78,8 @@
|
|||
<argument index="0" name="b" type="Rect2">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the intersection of this [Rect2] and b.
|
||||
Returns the intersection of this [Rect2] and [code]b[/code].
|
||||
If the rectangles do not intersect, an empty [Rect2] is returned.
|
||||
</description>
|
||||
</method>
|
||||
<method name="encloses">
|
||||
|
|
|
|||
|
|
@ -76,7 +76,8 @@
|
|||
<argument index="0" name="b" type="Rect2i">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the intersection of this [Rect2i] and b.
|
||||
Returns the intersection of this [Rect2i] and [code]b[/code].
|
||||
If the rectangles do not intersect, an empty [Rect2i] is returned.
|
||||
</description>
|
||||
</method>
|
||||
<method name="encloses">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue