|
ForgeDocs
Documentation for the forge framework
|
Public Member Functions | |
| Bound (Real x, Real y, Real radius) | |
| bool | Intersects (Bound other) |
| Returns true if this bound is either intersecting or colliding with the other bound. More... | |
| bool | Contains (Vector2r point) |
| Returns true if the given point is contained within this bound. More... | |
| bool | Contains (Real x, Real y) |
| Returns true if the given point is contained within this bound. More... | |
| override string | ToString () |
Public Attributes | |
| readonly Real | X |
| readonly Real | Y |
| readonly Real | Radius |
| bool Forge.Utilities.Bound.Contains | ( | Vector2r | point | ) |
Returns true if the given point is contained within this bound.
Returns true if the given point is contained within this bound.
| bool Forge.Utilities.Bound.Intersects | ( | Bound | other | ) |
Returns true if this bound is either intersecting or colliding with the other bound.