AlbumShaper  1.0a3
Public Member Functions | Private Attributes
DPoint Class Reference

#include <tilt_internal.h>

Collaboration diagram for DPoint:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DPoint ()
 DPoint (double x, double y)
double x () const
double y () const

Private Attributes

double xpos
double ypos

Detailed Description

Definition at line 17 of file tilt_internal.h.


Constructor & Destructor Documentation

DPoint::DPoint ( )

Definition at line 447 of file tilt.cpp.

References xpos, and ypos.

{ xpos=0; ypos=0; }
DPoint::DPoint ( double  x,
double  y 
)

Definition at line 450 of file tilt.cpp.

References x(), xpos, y(), and ypos.

{
  this->xpos = x;
  this->ypos = y;
}

Member Function Documentation

double DPoint::x ( ) const

Definition at line 456 of file tilt.cpp.

References xpos.

Referenced by correctImageTilt(), DPoint(), and findTwoLineIntersection().

{ return xpos; }
double DPoint::y ( ) const

Definition at line 457 of file tilt.cpp.

References ypos.

Referenced by correctImageTilt(), DPoint(), and findTwoLineIntersection().

{ return ypos; }

Member Data Documentation

double DPoint::xpos [private]

Definition at line 25 of file tilt_internal.h.

Referenced by DPoint(), and x().

double DPoint::ypos [private]

Definition at line 25 of file tilt_internal.h.

Referenced by DPoint(), and y().


The documentation for this class was generated from the following files: