|
|
| Point2d (const double _x, const double _y) |
| |
|
| Point2d (const int _x, const int _y) |
| |
|
Point2d & | operator= (const Point2d ¶m) |
| |
|
Point2d | operator- (const Point2d &_p) const |
| |
|
Point2d | operator+ (const Point2d &_p) const |
| |
|
Point2d | operator* (const double d) const |
| |
|
Point2d | operator+ (const double d) const |
| |
|
Point2d | operator/ (const double d) const |
| |
|
Point2d | normalize () const |
| |
|
double | size () const |
| |
|
|
union { |
|
struct { |
|
double x |
| |
|
double y |
| |
| } | |
| |
|
double m [2] |
| |
| }; | |
| |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/stable/src/aliceVision/mvsData/Point2d.hpp