#include <tilt_internal.h>
Public Member Functions | |
DPoint () | |
DPoint (double x, double y) | |
double | x () const |
double | y () const |
Private Attributes | |
double | xpos |
double | ypos |
Definition at line 17 of file tilt_internal.h.
DPoint::DPoint | ( | ) |
DPoint::DPoint | ( | double | x, | |
double | y | |||
) |
double DPoint::x | ( | ) | const |
Definition at line 456 of file tilt.cpp.
References xpos.
Referenced by correctImageTilt(), and findTwoLineIntersection().
00456 { return xpos; }
double DPoint::y | ( | ) | const |
Definition at line 457 of file tilt.cpp.
References ypos.
Referenced by correctImageTilt(), and findTwoLineIntersection().
00457 { return ypos; }
double DPoint::xpos [private] |
Definition at line 25 of file tilt_internal.h.
double DPoint::ypos [private] |
Definition at line 25 of file tilt_internal.h.