HOG2
|
#include <Plot2D.h>
Public Member Functions | |
void | Draw (Graphics::Display &display, double xOff, double yOff, double xScale, double yScale) const |
Public Attributes | |
double | x |
double | y |
double | r |
rgbColor | c |
void Plotting::Point::Draw | ( | Graphics::Display & | display, |
double | xOff, | ||
double | yOff, | ||
double | xScale, | ||
double | yScale | ||
) | const |
Definition at line 197 of file Plot2D.cpp.
References c, Graphics::Display::FillCircle(), min(), r, x, and y.
double Plotting::Point::x |
Definition at line 65 of file Plot2D.h.
Referenced by Plotting::Plot2D::AddPoint(), and Draw().
double Plotting::Point::y |
Definition at line 65 of file Plot2D.h.
Referenced by Plotting::Plot2D::AddPoint(), and Draw().