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

Definition at line 50 of file plottingHelper.h.

Public Member Functions

 Point ()
 
 Point (double _x, double _y)
 

Public Attributes

double x
 
double y
 

#include <plottingHelper.h>

Constructor & Destructor Documentation

◆ Point() [1/2]

PlottingHelper::Point::Point ( )
inline

Definition at line 51 of file plottingHelper.h.

◆ Point() [2/2]

PlottingHelper::Point::Point ( double  _x,
double  _y 
)
inline

Definition at line 52 of file plottingHelper.h.

Member Data Documentation

◆ x

double PlottingHelper::Point::x

Definition at line 53 of file plottingHelper.h.

◆ y

double PlottingHelper::Point::y

Definition at line 53 of file plottingHelper.h.


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