philsupertramp/game-math
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
Plot.h File Reference
#include "../Matrix.h"
#include "../matrix_utils.h"
#include "../numerics/utils.h"
#include <utility>

Go to the source code of this file.

Classes

struct  PlotBoundary
 
struct  PlotIndex
 
struct  PlotAttributes
 
class  Plot
 
class  ScatterPlot
 
class  FunctionPlot
 
class  SurfacePlot
 
class  ImagePlot
 

Enumerations

enum  DataTypes { LINE = 1 , DOTS = 2 , NONE = -1 }
 

Functions

const char * GetPlotDataTypeName (DataTypes type)
 

Enumeration Type Documentation

◆ DataTypes

enum DataTypes

data type enum to display a specific dataset

Enumerator
LINE 

Creates line data.

DOTS 

Creates dot data.

NONE 

Unknown data type.

Function Documentation

◆ GetPlotDataTypeName()

const char * GetPlotDataTypeName ( DataTypes  type)

Getter for name strings of types

Parameters
typetype to get string representation of
Returns
string representation of type