| Contains |
Determines whether the specified point is contained within this Box. |
| Copy |
Creates a copy of this Box2d object. The result is entirely independent and can be edited without affecting the original Box2d object. |
| Expand |
Expands the Box on all sides by the specified distance. |
| Extend |
Extends the Box to include the specified point. |
| GetBoxData |
Get the data defining this Box. |
| IsDisjoint |
Determines whether this Box intersects the specified Box. A return value of True indicates that the box do not intersect. |
| PutBoxData |
Method that sets the data defining this Box. |