AbstractGraph::GraphPoint is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AbstractGraph::GraphPoint class

@class GraphPoint AbstractGraph.hpp gui/common/AbstractGraph.hpp A graph point on the graph line. A graph point on the graph line. The point stores the slope of the line going from this point to the next on the graph line.

Syntax

class GraphPoint { public:     GraphPoint()     {     }     int x;      int y;      CWRUtil::Q5 dx, dy;  };

Fields

x

No summary provided. Read more...

y

No summary provided. Read more...

dx

No summary provided. Read more...

dy

No summary provided. Read more...

Type Use

Variables of AbstractGraph::GraphPoint type
AbstractGraph::GraphPoint