|
| | GPoint () |
| |
| | GPoint (Ga::GaFloat v) |
| |
| | GPoint (const Ga::GaFloat *v) |
| |
| | GPoint (Ga::GaFloat X, Ga::GaFloat Y, Ga::GaFloat Z) |
| |
| | GPoint (const GPoint &oth) |
| |
| | GPoint (const Ga::GaVec3 &oth) |
| |
| void | MakeRandomPointOnSphere (double radius) |
| |
| void | MakeRandomPointOnSphereLayer (double radiusInner, double radiusOuter) |
| |
| | 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 33 of file gpoint.h.