|
Public Member Functions |
| FXVec4d () |
| FXVec4d (const FXVec4d &v) |
| FXVec4d (const FXVec3d &v, FXdouble ww=1.0) |
| FXVec4d (const FXdouble v[]) |
| FXVec4d (FXdouble xx, FXdouble yy, FXdouble zz, FXdouble ww=1.0) |
| FXVec4d (FXColor color) |
FXdouble & | operator[] (FXint i) |
const FXdouble & | operator[] (FXint i) const |
FXVec4d & | operator= (FXColor color) |
FXVec4d & | operator= (const FXVec3d &v) |
FXVec4d & | operator= (const FXVec4d &v) |
FXVec4d & | operator= (const FXdouble v[]) |
FXVec4d & | set (const FXVec4d &v) |
FXVec4d & | set (const FXdouble v[]) |
FXVec4d & | set (FXdouble xx, FXdouble yy, FXdouble zz, FXdouble ww) |
FXVec4d & | operator *= (FXdouble n) |
FXVec4d & | operator/= (FXdouble n) |
FXVec4d & | operator+= (const FXVec4d &v) |
FXVec4d & | operator-= (const FXVec4d &v) |
| operator FXdouble * () |
| operator const FXdouble * () const |
| operator FXVec3d & () |
| operator const FXVec3d & () const |
| operator FXColor () const |
FXVec4d | operator+ () const |
FXVec4d | operator- () const |
FXVec4d | operator+ (const FXVec4d &v) const |
FXVec4d | operator- (const FXVec4d &v) const |
FXVec4d | operator * (const FXMat4d &m) const |
FXdouble | operator * (const FXVec4d &v) const |
bool | operator! () const |
bool | operator== (const FXVec4d &v) const |
bool | operator!= (const FXVec4d &v) const |
bool | operator< (const FXVec4d &v) const |
bool | operator<= (const FXVec4d &v) const |
bool | operator> (const FXVec4d &v) const |
bool | operator>= (const FXVec4d &v) const |
FXdouble | length2 () const |
FXdouble | length () const |
FXVec4d & | clamp (FXdouble lo, FXdouble hi) |
FXdouble | distance (const FXVec3d &p) const |
bool | crosses (const FXVec3d &a, const FXVec3d &b) const |
Public Attributes |
FXdouble | x |
FXdouble | y |
FXdouble | z |
FXdouble | w |
Friends |
FXVec4d | operator * (const FXVec4d &a, FXdouble n) |
FXVec4d | operator * (FXdouble n, const FXVec4d &a) |
FXVec4d | operator/ (const FXVec4d &a, FXdouble n) |
FXVec4d | operator/ (FXdouble n, const FXVec4d &a) |
bool | operator== (const FXVec4d &a, FXdouble n) |
bool | operator!= (const FXVec4d &a, FXdouble n) |
bool | operator== (FXdouble n, const FXVec4d &a) |
bool | operator!= (FXdouble n, const FXVec4d &a) |
bool | operator< (const FXVec4d &a, FXdouble n) |
bool | operator<= (const FXVec4d &a, FXdouble n) |
bool | operator> (const FXVec4d &a, FXdouble n) |
bool | operator>= (const FXVec4d &a, FXdouble n) |
bool | operator< (FXdouble n, const FXVec4d &a) |
bool | operator<= (FXdouble n, const FXVec4d &a) |
bool | operator> (FXdouble n, const FXVec4d &a) |
bool | operator>= (FXdouble n, const FXVec4d &a) |
FXVec4d | lo (const FXVec4d &a, const FXVec4d &b) |
FXVec4d | hi (const FXVec4d &a, const FXVec4d &b) |
FXVec4d | plane (const FXVec4d &vec) |
FXVec4d | plane (const FXVec3d &vec, FXdouble dist) |
FXVec4d | plane (const FXVec3d &vec, const FXVec3d &p) |
FXVec4d | plane (const FXVec3d &a, const FXVec3d &b, const FXVec3d &c) |
FXVec4d | normalize (const FXVec4d &v) |
FXStream & | operator<< (FXStream &store, const FXVec4d &v) |
FXStream & | operator>> (FXStream &store, FXVec4d &v) |