| 
|   | GVector4 () | 
|   | 
|   | GVector4 (const GPoint &them) | 
|   | 
|   | GVector4 (double x, double y, double z, double w=1.0f) | 
|   | 
| void  | operator() (double nx, double ny, double nz, double nw) | 
|   | 
| double  | dot4 (const GVector4 &them) const  | 
|   | 
| double  | dot4 (const GPoint &them) const  | 
|   | 
| const double  | w () const  | 
|   | 
|   | GVector () | 
|   | 
|   | GVector (Ga::GaFloat v) | 
|   | 
|   | GVector (const Ga::GaFloat *v) | 
|   | 
|   | GVector (Ga::GaFloat X, Ga::GaFloat Y, Ga::GaFloat Z) | 
|   | 
|   | GVector (const GPoint &oth) | 
|   | 
|   | GVector (const Ga::GaVec3 &oth) | 
|   | 
|   | GVector (const GPoint &from, const GPoint &to) | 
|   | 
|   | GaVec3 (const Parameter &oth) | 
|   | 
| GaExpInl  | GaVec3 () | 
|   | 
| GaExpInl  | GaVec3 (GaFloat v) | 
|   | 
| GaExpInl  | GaVec3 (const GaFloat *v) | 
|   | 
| GaExpInl  | GaVec3 (GaFloat X, GaFloat Y, GaFloat Z) | 
|   | 
| GaExpInl  | GaVec3 (const GaVec3 &oth) | 
|   | 
| GaExpInl GaVec3  | operator- (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaVec3  | operator* (GaFloat s) const  | 
|   | 
| GaExpInl GaVec3  | operator/ (GaFloat s) const  | 
|   | 
| GaExpInl GaVec3  | operator* (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaVec3 &  | operator= (const GaVec3 &oth) | 
|   | 
| GaExpInl bool  | operator!= (const GaVec3 &oth) const  | 
|   | 
| GaExpInl bool  | operator== (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaVec3  | operator+ (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaVec3 &  | operator+= (const GaVec3 &oth) | 
|   | 
| GaExpInl GaVec3 &  | operator-= (const GaVec3 &oth) | 
|   | 
| GaExpInl GaVec3 &  | operator*= (GaFloat f) | 
|   | 
| GaExpInl GaVec3 &  | operator/= (GaFloat f) | 
|   | 
| GaExpInl GaVec3 &  | operator*= (const GaVec3 &oth) | 
|   | 
| GaExpInl GaVec3  | crossProduct (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaFloat  | dotProduct (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaFloat  | lengthSquared () const  | 
|   | 
| GaExpInl GaFloat  | length () const  | 
|   | 
| GaExpInl GaFloat  | distance (const GaVec3 &oth) const  | 
|   | 
| GaExpInl GaFloat  | normalize () | 
|   | 
| GaFloat  | angle (float ax, float ay, float bx, float by) | 
|   | 
| GaExpInl GaFloat  | angle (const Ga::GaVec3 oth) const  | 
|   | 
| GaVec3  | slerp (Ga::GaVec3 v0, Ga::GaVec3 v1, double t) | 
|   | 
| GaExpInl bool  | isZero () const  | 
|   | 
| GaExpInl bool  | isNotZero () const  | 
|   | 
| GaExpInl bool  | isNaN () const  | 
|   | 
| GaExpInl bool  | isInf () const  | 
|   | 
| GaVec3  | rotationTo (const Ga::GaVec3 &pos) const  | 
|   | 
| GaVec3 &  | operator= (const Parameter &oth) | 
|   | 
Definition at line 82 of file gpoint.h.