|
| Point3D (double _x=0, double _y=0, double _z=0) |
|
| Point3D (const Point3D &pt) |
|
void | Print () |
|
void | Translate (double a, double b, double c) |
|
| Point3D (double _x=0, double _y=0, double _z=0) |
|
| Point3D (const Point3D &pt) |
|
void | Print () |
|
|
double | x |
| x coordinates
|
|
double | y |
| y coordinates
|
|
double | z |
| z coordinates
|
|
◆ Point3D() [1/2]
Point3D::Point3D |
( |
double | _x = 0, |
|
|
double | _y = 0, |
|
|
double | _z = 0 ) |
◆ Point3D() [2/2]
Point3D::Point3D |
( |
const Point3D & | pt | ) |
|
◆ Print()
◆ Translate()
void Point3D::Translate |
( |
double | a, |
|
|
double | b, |
|
|
double | c ) |
Apply a linear translation
The documentation for this class was generated from the following files:
- /home/ftouchte/Desktop/alert/cpp/ahdc/analysis/Point3D.h
- /home/ftouchte/Desktop/alert/cpp/utils/geom/Point3D.h
- /home/ftouchte/Desktop/alert/cpp/ahdc/analysis/Point3D.cpp
- /home/ftouchte/Desktop/alert/cpp/utils/geom/Point3D.cpp