Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
sgui::PlotRange Struct Reference

plot range for an axis More...

#include <Plotter.h>

Public Member Functions

 PlotRange ()=default
 PlotRange (const float mi, const float ma)

Public Attributes

float min = 0.f
 Minimum of the range.
float max = 1.f
 Maximum of the range.

Detailed Description

plot range for an axis

Constructor & Destructor Documentation

◆ PlotRange() [1/2]

sgui::PlotRange::PlotRange ( )
default

◆ PlotRange() [2/2]

sgui::PlotRange::PlotRange ( const float mi,
const float ma )
inline

Member Data Documentation

◆ max

float sgui::PlotRange::max = 1.f

Maximum of the range.

◆ min

float sgui::PlotRange::min = 0.f

Minimum of the range.


The documentation for this struct was generated from the following file:
  • /github/workspace/src/sgui/Render/Plotter.h