RADLib
RADical C++ application framework
RADUi::PlotPoint Struct Reference

One X/Y sample in plot coordinate space. More...

#include <RADPlot.h>

Public Attributes

double x = 0.0
 Horizontal coordinate. More...
 
double y = 0.0
 Vertical coordinate. More...
 

Detailed Description

One X/Y sample in plot coordinate space.

Member Data Documentation

◆ x

double RADUi::PlotPoint::x = 0.0

Horizontal coordinate.

◆ y

double RADUi::PlotPoint::y = 0.0

Vertical coordinate.


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