AlbumShaper
1.0a3
|
#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 | ( | double | x, |
double | y | ||
) |
double DPoint::x | ( | ) | const |
Definition at line 459 of file tilt.cpp.
References xpos.
Referenced by correctImageTilt(), DPoint(), and findTwoLineIntersection().
double DPoint::y | ( | ) | const |
Definition at line 460 of file tilt.cpp.
References ypos.
Referenced by correctImageTilt(), DPoint(), and findTwoLineIntersection().
|
private |
Definition at line 25 of file tilt_internal.h.
|
private |
Definition at line 25 of file tilt_internal.h.