#include <tilt_internal.h>
Collaboration diagram for DPoint:
Public Member Functions | |
DPoint () | |
DPoint (double x, double y) | |
double | x () const |
double | y () const |
Private Attributes | |
double | xpos |
double | ypos |
|
Definition at line 443 of file tilt.cpp.
|
|
Definition at line 446 of file tilt.cpp.
|
|
Definition at line 452 of file tilt.cpp. Referenced by correctImageTilt(), and findTwoLineIntersection(). 00452 { return xpos; }
|
|
Definition at line 453 of file tilt.cpp. Referenced by correctImageTilt(), and findTwoLineIntersection(). 00453 { return ypos; }
|
|
Definition at line 25 of file tilt_internal.h. Referenced by DPoint(). |
|
Definition at line 25 of file tilt_internal.h. Referenced by DPoint(). |