Go to the source code of this file.
|
| | Geom |
| |
| | Conv |
| | Template based type conversion.
|
| |
|
| template<class T > |
| Point2D< T > | Geom::operator* (int f, const Point2D< T > &b) |
| |
| template<class T > |
| Point2D< T > | Geom::operator* (double f, const Point2D< T > &b) |
| |
| template<class T > |
| Point2D< T > | Geom::operator* (float f, const Point2D< T > &b) |
| |
| template<class T > |
| Point3D< T > | Geom::operator* (int f, const Point3D< T > &b) |
| |
| template<class T > |
| Point3D< T > | Geom::operator* (double f, const Point3D< T > &b) |
| |
| template<class T > |
| Point3D< T > | Geom::operator* (float f, const Point3D< T > &b) |
| |
| template<class T > |
| T | Geom::iwiderPos (int x1, int x2, double f) |
| |
| template<class T > |
| T | Geom::fwiderPos (T x1, T x2, T f) |
| |
| template<> |
| void | Conv::set (Geom::Point2D< float > &_to, const Geom::Point2D< double > &f) |
| |
| template<> |
| void | Conv::set (Geom::Point2D< double > &_to, const Geom::Point2D< float > &f) |
| |
| template<> |
| void | Conv::set (Geom::Point3D< float > &_to, const Geom::Point3D< double > &f) |
| |
| template<> |
| void | Conv::set (Geom::Point3D< double > &_to, const Geom::Point3D< float > &f) |
| |