Go to the documentation of this file.
34 void SetColor(
double,
double,
double);
42 inline void Smooth(
unsigned int windowSize);
57 std::vector<double>
x;
58 std::vector<double>
y;
85 void SetAxis(
double,
double,
double,
double);
A color; r/g/b are between 0...1.
std::vector< Line * > lines
double DistanceToLine(double xp, double yp)
void Smooth(unsigned int windowSize)
std::vector< Point > points
void Draw(Graphics::Display &display, double xOff, double yOff, double xScale, double yScale) const
void Draw(Graphics::Display &display) const
point3d MakeHOG(double x, double y) const
void OffsetCurrMouse(double deltaX, double deltaY)
Line(const char *label, tPlotType=kLinePlot)
void SetColor(double, double, double)
void Draw(Graphics::Display &display, double xOff, double yOff, double xScale, double yScale) const
void SetAxis(double, double, double, double)
double MakeHOGWidth(double w) const
void SetYAxisLabel(const char *)
double VerticalDistanceToLine(double xp, double yp)
void AddPoint(const Point &p)
void SetXAxisLabel(const char *)
void AddPoint(double x, double y)