NPlot::PointD Struct Reference

Represtents a point in two-dimensional space. More...

List of all members.

Public Member Functions

 PointD (double x, double y)
 Constructor.
override string ToString ()
 returns a string representation of the point.

Public Attributes

double X
 X-Coordinate of the point.
double Y
 Y-Coordinate of the point.


Detailed Description

Represtents a point in two-dimensional space.

Used for representation of points world coordinates.

Definition at line 58 of file PointD.cs.


Constructor & Destructor Documentation

NPlot::PointD::PointD double  x,
double  y
[inline]
 

Constructor.

Parameters:
x X-Coordinate of the point.
y Y-Coordinate of the point.

Definition at line 75 of file PointD.cs.

References X, and Y.


Member Function Documentation

override string NPlot::PointD::ToString  )  [inline]
 

returns a string representation of the point.

Returns:
string representation of the point.

Definition at line 85 of file PointD.cs.

References X, and Y.


Member Data Documentation

double NPlot::PointD::X
 

X-Coordinate of the point.

Definition at line 63 of file PointD.cs.

Referenced by NPlot::TextItem::Draw(), NPlot::StepPlot::Draw(), NPlot::LabelPointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::ArrowItem::Draw(), NPlot::MarkerItem::MarkerItem(), PointD(), NPlot::StepPlot::SuggestXAxis(), NPlot::HistogramPlot::SuggestXAxis(), and ToString().

double NPlot::PointD::Y
 

Y-Coordinate of the point.

Definition at line 68 of file PointD.cs.

Referenced by NPlot::TextItem::Draw(), NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::LabelPointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::ArrowItem::Draw(), NPlot::MarkerItem::MarkerItem(), PointD(), and ToString().


The documentation for this struct was generated from the following file:
Generated on Sat Nov 5 01:04:08 2005 for NPlot by  doxygen 1.4.5