29 internal::_Plot3* value;
79 FGAPI void setAxesLimits(
float pXmax,
float pXmin,
float pYmax,
float pYmin,
float pZmax,
float pZmin);
88 FGAPI void setAxesTitles(
const char* pXTitle,
const char* pYTitle,
const char* pZTitle);
149 FGAPI internal::_Plot3*
get()
const;
Definition: defines.h:142
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:131
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:141
MarkerType
Definition: defines.h:147
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:148
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:120
FGAPI void setColor(fg::Color col)
Set the color of the 3d line plot.