|
|
| Point3d (double _x, double _y, double _z) |
| |
|
| Point3d (const double *const p) |
| |
|
Point3d & | operator= (const Point3d ¶m) |
| |
|
Point3d & | operator+= (const Point3d &_p) |
| |
|
Point3d & | operator/= (const Point3d &_p) |
| |
|
Point3d & | operator/= (double v) |
| |
|
bool | operator== (const Point3d ¶m) const |
| |
|
Point3d | operator- (const Point3d &_p) const |
| |
|
Point3d | operator- () const |
| |
|
Point3d | operator+ (const Point3d &_p) const |
| |
|
Point3d | operator* (const double d) const |
| |
|
Point3d | operator/ (const double d) const |
| |
|
Point3d | normalize () const |
| |
|
double | size () const |
| |
|
double | size2 () const |
| |
|
template<class T > |
| | operator GEO::vecng< 3, T > () const |
| |
|
|
union { |
|
struct { |
|
double x |
| |
|
double y |
| |
|
double z |
| |
| } | |
| |
|
double m [3] |
| |
| }; | |
| |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/stable/src/aliceVision/mvsData/Point3d.hpp