|
| Vect2d (T v=0) |
|
| Vect2d (T v0, T v1) |
|
template<class T1 > |
| Vect2d (const Vect2d< T1 > &other) |
|
T & | operator[] (unsigned int idx) |
|
const T & | operator[] (unsigned int idx) const |
|
template<class T1 > |
Vect2d< T > & | operator= (const Vect2d< T1 > &other) |
|
template<class T1 > |
Vect2d< T > & | operator= (T1 v) |
|
template<class T1 > |
Vect2d< T > | operator+ (const Vect2d< T1 > &other) const |
|
template<class T1 > |
Vect2d< T > | operator+ (T1 v) const |
|
template<class T1 > |
Vect2d< T > & | operator+= (const Vect2d< T1 > &other) |
|
template<class T1 > |
Vect2d< T > & | operator+= (T1 v) |
|
template<class T1 > |
Vect2d< T > | operator- (const Vect2d< T1 > &other) const |
|
template<class T1 > |
Vect2d< T > | operator- (T1 v) const |
|
template<class T1 > |
Vect2d< T > & | operator-= (const Vect2d< T1 > &other) |
|
template<class T1 > |
Vect2d< T > & | operator-= (T1 v) |
|
template<class T1 > |
Vect2d< T > | operator* (T1 v) const |
|
template<class T1 > |
Vect2d< T > & | operator*= (T1 v) |
|
template<class T1 > |
Vect2d< T > | operator/ (T1 v) const |
|
template<class T1 > |
Vect2d< T > & | operator/= (T1 v) |
|
template<class T1 > |
bool | operator== (const Vect2d< T1 > &other) |
|
template<class T1 > |
bool | operator!= (const Vect2d< T1 > &other) |
|
|
static const unsigned int | DIM = 2 |
|
The documentation for this class was generated from the following file: