VIPER REFERENCE MANUAL
template<class T> iflXY ( | ); |
template<class T> iflXY ( | T s); |
template<class T> iflXY ( | T x, T y); |
template<class T> iflXY ( | const iflXY& that); |
iflXY& init ( | T X, T Y); |
iflXY& init ( | T s); |
inline iflXY& operator= ( | const iflXY& that); |
inline iflXY& operator+= ( | const iflXY& that); |
inline iflXY& operator-= ( | const iflXY& that); |
inline iflXY& operator*= ( | const iflXY& that); |
inline iflXY& operator/= ( | const iflXY& that); |
inline iflXY& operator%= ( | const iflXY& that); |
inline iflXY& operator&= ( | const iflXY& that); |
inline iflXY& operator|= ( | const iflXY& that); |
inline int operator== ( | const iflXY& that) const; |
inline int operator!= ( | const iflXY& that) const; |
inline int operator<= ( | const iflXY& that) const; |
inline int operator>= ( | const iflXY& that) const; |
inline int operator< ( | const iflXY& that) const; |
inline int operator> ( | const iflXY& that) const; |
inline iflXY operator+ ( | const iflXY& that) const; |
inline iflXY operator- ( | const iflXY& that) const; |
inline iflXY operator* ( | const iflXY& that) const; |
inline iflXY operator/ ( | const iflXY& that) const; |
inline iflXY operator% ( | const iflXY& that) const; |
inline iflXY operator& ( | const iflXY& that) const; |
inline iflXY operator| ( | const iflXY& that) const; |
T& operator[] ( | iflAxis axis); |
template<class T> iflXY ( | ); |
template<class T> iflXY ( | T s); |
template<class T> iflXY ( | T x, T y); |
template<class T> iflXY ( | const iflXY& that); |
inline iflXY& operator= ( | const iflXY& that); |
inline iflXY& operator+= ( | const iflXY& that); |
inline iflXY& operator-= ( | const iflXY& that); |
inline iflXY& operator*= ( | const iflXY& that); |
inline iflXY& operator/= ( | const iflXY& that); |
inline iflXY& operator%= ( | const iflXY& that); |
inline iflXY& operator&= ( | const iflXY& that); |
inline iflXY& operator|= ( | const iflXY& that); |
inline int operator== ( | const iflXY& that) const; |
inline int operator!= ( | const iflXY& that) const; |
inline int operator<= ( | const iflXY& that) const; |
inline int operator>= ( | const iflXY& that) const; |
inline int operator< ( | const iflXY& that) const; |
inline int operator> ( | const iflXY& that) const; |
inline iflXY operator+ ( | const iflXY& that) const; |
inline iflXY operator- ( | const iflXY& that) const; |
inline iflXY operator* ( | const iflXY& that) const; |
inline iflXY operator/ ( | const iflXY& that) const; |
inline iflXY operator% ( | const iflXY& that) const; |
inline iflXY operator& ( | const iflXY& that) const; |
inline iflXY operator| ( | const iflXY& that) const; |
iflXY& init ( | T X, T Y); |
iflXY& init ( | T s); |
T& operator[] ( | iflAxis axis); |