#include <iostream>#include <math.h>


Go to the source code of this file.
Classes | |
| class | Point3DBase< T > |
Defines | |
| #define | EPSILON 0.00001 |
| #define | TWOPI 6.283185307179586476925287 |
| #define | EPSILON 0.00001 |
| #define | TWOPI 6.283185307179586476925287 |
Typedefs | |
| typedef Point3DBase < double > | Point3D |
| typedef Point3DBase < int > | iPoint3D |
| #define EPSILON 0.00001 |
| #define EPSILON 0.00001 |
| #define TWOPI 6.283185307179586476925287 |
| #define TWOPI 6.283185307179586476925287 |
| typedef Point3DBase<int> iPoint3D |
| typedef Point3DBase<double> Point3D |
1.5.3