![]() |
TrinityCore
|
#include <AreaBoundary.h>
Inheritance diagram for EllipseBoundary:Public Member Functions | |
| EllipseBoundary (Position const ¢er, float radiusX, float radiusY, bool isInverted=false) | |
Public Member Functions inherited from AreaBoundary | |
| bool | IsWithinBoundary (Position const *pos) const |
| bool | IsWithinBoundary (Position const &pos) const |
| AreaBoundary (AreaBoundary const &)=delete | |
| AreaBoundary (AreaBoundary &&)=delete | |
| AreaBoundary & | operator= (AreaBoundary const &)=delete |
| AreaBoundary & | operator= (AreaBoundary &&)=delete |
| virtual | ~AreaBoundary ()=default |
Protected Member Functions | |
| bool | IsWithinBoundaryArea (Position const *pos) const override |
Protected Member Functions inherited from AreaBoundary | |
| AreaBoundary (bool isInverted) | |
Private Attributes | |
| Position const | _center |
| float const | _radiusYSq |
| float const | _scaleXSq |
Definition at line 73 of file AreaBoundary.h.
| EllipseBoundary::EllipseBoundary | ( | Position const & | center, |
| float | radiusX, | ||
| float | radiusY, | ||
| bool | isInverted = false |
||
| ) |
Definition at line 44 of file AreaBoundary.cpp.
|
overrideprotectedvirtual |
Implements AreaBoundary.
Definition at line 47 of file AreaBoundary.cpp.
Here is the call graph for this function:
|
private |
Definition at line 82 of file AreaBoundary.h.
|
private |
Definition at line 83 of file AreaBoundary.h.
|
private |
Definition at line 83 of file AreaBoundary.h.