![]() |
TrinityCore
|
#include <AreaBoundary.h>
Inheritance diagram for RectangleBoundary:Public Member Functions | |
| RectangleBoundary (float southX, float northX, float eastY, float westY, bool isInverted=false) | |
Public Member Functions inherited from AreaBoundary | |
| bool | IsWithinBoundary (Position const *pos) const |
| bool | IsWithinBoundary (Position const &pos) const |
| virtual | ~AreaBoundary () |
Protected Member Functions | |
| bool | IsWithinBoundaryArea (Position const *pos) const override |
Protected Member Functions inherited from AreaBoundary | |
| AreaBoundary (bool isInverted) | |
Private Attributes | |
| float const | _minX |
| float const | _maxX |
| float const | _minY |
| float const | _maxY |
Definition at line 75 of file AreaBoundary.h.
| RectangleBoundary::RectangleBoundary | ( | float | southX, |
| float | northX, | ||
| float | eastY, | ||
| float | westY, | ||
| bool | isInverted = false |
||
| ) |
Definition at line 23 of file AreaBoundary.cpp.
|
overrideprotectedvirtual |
Implements AreaBoundary.
Definition at line 25 of file AreaBoundary.cpp.
Here is the call graph for this function:
|
private |
Definition at line 85 of file AreaBoundary.h.
|
private |
Definition at line 85 of file AreaBoundary.h.
|
private |
Definition at line 85 of file AreaBoundary.h.
|
private |
Definition at line 85 of file AreaBoundary.h.