Public Member Functions | |
| cwoVect2 (T tx, T ty) | |
| void | Show () |
| cwoVect2< T > & | operator= (const cwoVect2< T > &a) |
| cwoVect2< T > & | operator= (const T a) |
| cwoVect2< T > & | operator+= (const cwoVect2< T > &a) |
| cwoVect2< T > & | operator+= (const T a) |
| cwoVect2< T > & | operator-= (const cwoVect2< T > &a) |
| cwoVect2< T > & | operator-= (const T a) |
| cwoVect2< T > & | operator*= (const cwoVect2< T > &a) |
| cwoVect2< T > & | operator*= (const T a) |
| cwoVect2< T > & | operator/= (const cwoVect2< T > &a) |
| cwoVect2< T > & | operator/= (const T a) |
| const cwoVect2< T > | operator+ (const cwoVect2< T > &a) const |
| const cwoVect2< T > | operator+ (const T a) const |
| const cwoVect2< T > | operator- (const cwoVect2< T > &a) const |
| const cwoVect2< T > | operator- (const T a) const |
| const cwoVect2< T > | operator* (const cwoVect2< T > &a) const |
| const cwoVect2< T > | operator* (const T a) const |
| const cwoVect2< T > | operator/ (const cwoVect2< T > &a) const |
| const cwoVect2< T > | operator/ (const T a) const |
| cwoVect2< T > | operator() (const T t1, const T t2) const |
Public Attributes | |
| T | x |
| T | y |
1.8.1