|
| template<class T > |
| Point2D< T > | operator* (int f, const Point2D< T > &b) |
| |
| template<class T > |
| Point2D< T > | operator* (double f, const Point2D< T > &b) |
| |
| template<class T > |
| Point2D< T > | operator* (float f, const Point2D< T > &b) |
| |
| template<class T > |
| Point3D< T > | operator* (int f, const Point3D< T > &b) |
| |
| template<class T > |
| Point3D< T > | operator* (double f, const Point3D< T > &b) |
| |
| template<class T > |
| Point3D< T > | operator* (float f, const Point3D< T > &b) |
| |
| template<class T > |
| T | iwiderPos (int x1, int x2, double f) |
| |
| template<class T > |
| T | fwiderPos (T x1, T x2, T f) |
| |