![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|
This is the complete list of members for Vec4< T >, including all inherited members.
| add_EW(float num) | Vec4< T > | inline |
| add_EW(Vec4< T1 > v) | Vec4< T > | inline |
| div_EW(float num) | Vec4< T > | inline |
| div_EW(Vec4< T1 > v) | Vec4< T > | inline |
| getW() const | Vec4< T > | inline |
| getX() const | Vec4< T > | inline |
| getY() const | Vec4< T > | inline |
| getZ() const | Vec4< T > | inline |
| mult_EW(float num) | Vec4< T > | inline |
| mult_EW(Vec4< T1 > v) | Vec4< T > | inline |
| operator+(Vec4 lhs, const Vec4 &rhs) | Vec4< T > | friend |
| operator+=(const Vec4 &rhs) | Vec4< T > | inline |
| operator-(Vec4 lhs, const Vec4 &rhs) | Vec4< T > | friend |
| operator-=(const Vec4 &rhs) | Vec4< T > | inline |
| operator=(Vec4 &&)=default | Vec4< T > | |
| operator=(const Vec4 &v) | Vec4< T > | inline |
| print() const | Vec4< T > | inline |
| set_Values(T x, T y, T z, T w) | Vec4< T > | inline |
| setW(T w) | Vec4< T > | inline |
| setX(T x) | Vec4< T > | inline |
| setY(T y) | Vec4< T > | inline |
| setZ(T z) | Vec4< T > | inline |
| sub_EW(float num) | Vec4< T > | inline |
| sub_EW(Vec4< T1 > v) | Vec4< T > | inline |
| swap(Vec4 &first, Vec4 &second) | Vec4< T > | friend |
| Vec4() | Vec4< T > | inline |
| Vec4(T x, T y, T z, T w) | Vec4< T > | inline |
| Vec4(Vec4 &&)=default | Vec4< T > | |
| Vec4(const Vec4 &v) | Vec4< T > | inline |
| w_ | Vec4< T > | private |
| x_ | Vec4< T > | private |
| y_ | Vec4< T > | private |
| z_ | Vec4< T > | private |
| ~Vec4() | Vec4< T > | inline |