ofxOui - UI Components for OpenFrameworks

Public Attributes | List of all members
ofxOui::Graph::Bounds Struct Reference

Bounds of the graph space. More...

#include <ofxOuiGraph.hpp>

Public Attributes

float x_min = 0.
 
float x_max = 1.
 
float y_min = 0.
 
float y_max = 1.
 

Detailed Description

Bounds of the graph space.

Member Data Documentation

§ x_max

float ofxOui::Graph::Bounds::x_max = 1.

§ x_min

float ofxOui::Graph::Bounds::x_min = 0.

§ y_max

float ofxOui::Graph::Bounds::y_max = 1.

§ y_min

float ofxOui::Graph::Bounds::y_min = 0.

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