|
| FXVec2d | operator* (const FXVec2d &a, FXdouble n) |
| |
| FXVec2d | operator* (FXdouble n, const FXVec2d &a) |
| |
| FXVec2d | operator/ (const FXVec2d &a, FXdouble n) |
| |
| FXVec2d | operator/ (FXdouble n, const FXVec2d &a) |
| |
| bool | operator== (const FXVec2d &a, FXdouble n) |
| |
| bool | operator!= (const FXVec2d &a, FXdouble n) |
| |
| bool | operator== (FXdouble n, const FXVec2d &a) |
| |
| bool | operator!= (FXdouble n, const FXVec2d &a) |
| |
| bool | operator< (const FXVec2d &a, FXdouble n) |
| |
| bool | operator<= (const FXVec2d &a, FXdouble n) |
| |
| bool | operator> (const FXVec2d &a, FXdouble n) |
| |
| bool | operator>= (const FXVec2d &a, FXdouble n) |
| |
| bool | operator< (FXdouble n, const FXVec2d &a) |
| |
| bool | operator<= (FXdouble n, const FXVec2d &a) |
| |
| bool | operator> (FXdouble n, const FXVec2d &a) |
| |
| bool | operator>= (FXdouble n, const FXVec2d &a) |
| |
| FXVec2d | lo (const FXVec2d &a, const FXVec2d &b) |
| |
| FXVec2d | hi (const FXVec2d &a, const FXVec2d &b) |
| |
| FXVec2d | normalize (const FXVec2d &v) |
| |
| FXStream & | operator<< (FXStream &store, const FXVec2d &v) |
| |
| FXStream & | operator>> (FXStream &store, FXVec2d &v) |
| |
Double-precision 2-element vector.