HOG2
Public Member Functions | Public Attributes | List of all members
Plotting::Point Struct Reference

#include <Plot2D.h>

Collaboration diagram for Plotting::Point:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 64 of file Plot2D.h.

Member Function Documentation

◆ Draw()

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.

Member Data Documentation

◆ c

rgbColor Plotting::Point::c

Definition at line 66 of file Plot2D.h.

Referenced by Draw().

◆ r

double Plotting::Point::r

Definition at line 65 of file Plot2D.h.

Referenced by Draw().

◆ x

double Plotting::Point::x

Definition at line 65 of file Plot2D.h.

Referenced by Plotting::Plot2D::AddPoint(), and Draw().

◆ y

double Plotting::Point::y

Definition at line 65 of file Plot2D.h.

Referenced by Plotting::Plot2D::AddPoint(), and Draw().


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