BWAPI  4.2.0
An API for interacting with Starcraft: Broodwar (1.16.1)
BWAPI::Point< T, Scale > Member List

This is the complete list of members for BWAPI::Point< T, Scale >, including all inherited members.

getApproxDistance(const Point< T, Scale > &position) const BWAPI::Point< T, Scale >
getDistance(const Point< T, Scale > &position) const BWAPI::Point< T, Scale >
getLength() const BWAPI::Point< T, Scale >
isValid() const BWAPI::Point< T, Scale >
list typedefBWAPI::Point< T, Scale >
makeValid()BWAPI::Point< T, Scale >
operator bool() const BWAPI::Point< T, Scale >explicit
operator!=(const Point< T, Scale > &pos) const BWAPI::Point< T, Scale >
operator%(const T &v) const BWAPI::Point< T, Scale >
operator%=(const T &val)BWAPI::Point< T, Scale >
operator&(const T &v) const BWAPI::Point< T, Scale >
operator&=(const T &v)BWAPI::Point< T, Scale >
operator*(const T &v) const BWAPI::Point< T, Scale >
operator*=(const T &v)BWAPI::Point< T, Scale >
operator+(const Point< T, Scale > &p) const BWAPI::Point< T, Scale >
operator+=(const Point< T, Scale > &p)BWAPI::Point< T, Scale >
operator-(const Point< T, Scale > &p) const BWAPI::Point< T, Scale >
operator-=(const Point< T, Scale > &p)BWAPI::Point< T, Scale >
operator/(const T &v) const BWAPI::Point< T, Scale >
operator/=(const T &val)BWAPI::Point< T, Scale >
operator<(const Point< T, Scale > &position) const BWAPI::Point< T, Scale >
operator<<(std::ostream &os, const Point< T, Scale > &pt)BWAPI::Point< T, Scale >friend
operator<<(std::wostream &os, const Point< T, Scale > &pt)BWAPI::Point< T, Scale >friend
operator==(const Point< T, Scale > &pos) const BWAPI::Point< T, Scale >
operator>>(std::istream &in, Point< T, Scale > &pt)BWAPI::Point< T, Scale >friend
operator>>(std::wistream &in, Point< T, Scale > &pt)BWAPI::Point< T, Scale >friend
operator^(const T &v) const BWAPI::Point< T, Scale >
operator^=(const T &v)BWAPI::Point< T, Scale >
operator|(const T &v) const BWAPI::Point< T, Scale >
operator|=(const T &v)BWAPI::Point< T, Scale >
Point()=defaultBWAPI::Point< T, Scale >
Point(T _x, T _y)BWAPI::Point< T, Scale >
Point(const Point< FromT, Scale > &pt)BWAPI::Point< T, Scale >
Point(const Point< FromT, FromScale > &pt)BWAPI::Point< T, Scale >explicit
setMax(T max_x, T max_y)BWAPI::Point< T, Scale >
setMax(const Point< T, Scale > &max)BWAPI::Point< T, Scale >
setMin(T min_x, T min_y)BWAPI::Point< T, Scale >
setMin(const Point< T, Scale > &min)BWAPI::Point< T, Scale >
xBWAPI::Point< T, Scale >
yBWAPI::Point< T, Scale >