![]() |
TrinityCore
|
#include <MovementDefines.h>
Public Member Functions | |
| ChaseAngle (float angle, float _tolerance=M_PI_4) | |
| float | UpperBound () const |
| float | LowerBound () const |
| bool | IsAngleOkay (float relativeAngle) const |
Public Attributes | |
| float | RelativeAngle |
| float | Tolerance |
Definition at line 99 of file MovementDefines.h.
| ChaseAngle::ChaseAngle | ( | float | angle, |
| float | _tolerance = M_PI_4 |
||
| ) |
Definition at line 31 of file MovementDefines.cpp.
| bool ChaseAngle::IsAngleOkay | ( | float | relativeAngle | ) | const |
| float ChaseAngle::LowerBound | ( | ) | const |
Definition at line 38 of file MovementDefines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float ChaseAngle::UpperBound | ( | ) | const |
Definition at line 33 of file MovementDefines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float ChaseAngle::RelativeAngle |
Definition at line 103 of file MovementDefines.h.
| float ChaseAngle::Tolerance |
Definition at line 104 of file MovementDefines.h.