29 internal::_Plot3* value;
82 FGAPI void setAxesLimits(
float pXmax,
float pXmin,
float pYmax,
float pYmin,
float pZmax,
float pZmin);
91 FGAPI void setAxesTitles(
const char* pXTitle,
const char* pYTitle,
const char* pZTitle);
152 FGAPI internal::_Plot3*
get()
const;
Definition: defines.h:147
Definition: CPUCopy.hpp:13
FGAPI void setAxesLimits(float pXmax, float pXmin, float pYmax, float pYmin, float pZmax, float pZmin)
Set the chart axes limits.
FGAPI unsigned vbo() const
Get the OpenGL Vertex Buffer Object identifier.
3d graph to display 3d line plots.
Definition: plot3.h:27
FGAPI float zmax() const
Get Z-Axis maximum value.
FGAPI unsigned size() const
Get the OpenGL Vertex Buffer Object resource size.
#define FGAPI
Definition: defines.h:32
dtype
Definition: defines.h:136
FGAPI float ymin() const
Get Y-Axis minimum value.
FGAPI float xmax() const
Get X-Axis maximum value.
FGAPI float xmin() const
Get X-Axis minimum value.
PlotType
Definition: defines.h:146
MarkerType
Definition: defines.h:152
FGAPI float zmin() const
Get Z-Axis minimum value.
FGAPI void setAxesTitles(const char *pXTitle, const char *pYTitle, const char *pZTitle)
Set axes titles.
FGAPI ~Plot3()
Plot3 Destructor.
Definition: defines.h:153
FGAPI float ymax() const
Get Y-Axis maximum value.
FGAPI Plot3(unsigned pNumPoints, dtype pDataType, PlotType pPlotType=fg::FG_LINE, MarkerType pMarkerType=fg::FG_NONE)
Creates a Plot3 object.
Color
Definition: defines.h:125
FGAPI void setColor(fg::Color col)
Set the color of the 3d line plot.