#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 447 of file tilt.cpp.
|
|
Definition at line 450 of file tilt.cpp.
|
|
Definition at line 456 of file tilt.cpp. References xpos. Referenced by correctImageTilt(), and findTwoLineIntersection().
|
|
Definition at line 457 of file tilt.cpp. References ypos. Referenced by correctImageTilt(), and findTwoLineIntersection().
|
|
Definition at line 25 of file tilt_internal.h. |
|
Definition at line 25 of file tilt_internal.h. |