point Struct Reference

A point, in the geometric sense. More...

#include <point.hpp>

List of all members.

Public Member Functions

 point (double x, double y)
double get_x () const
double get_y () const

Private Attributes

double m_x
double m_y


Detailed Description

A point, in the geometric sense.

Definition at line 28 of file point.hpp.


Constructor & Destructor Documentation

point::point double  x,
double  y
 

Definition at line 35 of file point.cpp.


Member Function Documentation

double point::get_x  )  const
 

Definition at line 25 of file point.cpp.

References m_x.

Referenced by line_join_algorithm::calculate(), point_normal_style::draw(), operator+(), operator-(), and geo_point::put().

double point::get_y  )  const
 

Definition at line 30 of file point.cpp.

References m_y.

Referenced by line_join_algorithm::calculate(), point_normal_style::draw(), operator+(), operator-(), and geo_point::put().


Member Data Documentation

double point::m_x [private]
 

Attention:
The internal representation can change!

Definition at line 33 of file point.hpp.

Referenced by get_x().

double point::m_y [private]
 

Definition at line 34 of file point.hpp.

Referenced by get_y().


The documentation for this struct was generated from the following files:
Generated on Fri May 19 19:30:29 2006 for geometria by  doxygen 1.4.6-NO