AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
This is the complete list of members for Box, including all inherited members.
Box() | Box | |
Box(std::int32_t X, std::int32_t Y, std::int32_t Width, std::int32_t Height) | Box | |
Box(const Box &B) | Box | |
Contains(const Point &P) const | Box | |
Contains(const Box &B) const | Box | |
Contains(std::int32_t X, std::int32_t Y) const | Box | |
GetBinomialRandomPoint(double ProbabilityX, double ProbabilityY) const | Box | |
GetHybridRandomPoint(double ProbabilityX, double ProbabilityY, double StandardDeviationX, double StandardDeviationY, double PointGenAccuracy) const | Box | |
GetMiddle() const | Box | |
GetNormalRandomPoint(double PercentageDeviationX, double PercentageDeviationY) const | Box | |
GetProfileHybridRandomPoint() const | Box | |
GetProfileHybridRandomPoint(double PointGenAccuracy) const | Box | |
GetUniformRandomPoint() const | Box | |
GetX2() const | Box | |
GetY2() const | Box | |
Height | Box | |
IsValid() const | Box | |
OnScreen() const | Box | |
operator bool() const | Box | |
operator!=(const Box &B) const | Box | |
operator<<(std::ostream &OS, const Box &B) | Box | friend |
operator==(const Box &B) const | Box | |
Width | Box | |
X | Box | |
Y | Box | |
~Box() | Box |